boringcactus / pijul-windows-builds

windows builds for https://pijul.org
Creative Commons Zero v1.0 Universal
30 stars 6 forks source link

Run cargo without `--locked` #5

Closed Finchiedev closed 1 month ago

Finchiedev commented 1 month ago

This seems to fix build errors on recent versions - I assume the old lockfile was including thrussh-libsodium version 0.2.2 or earlier, which enables use-pkg-config on libsodium-sys, even when compiling on MSVC.

boringcactus commented 1 month ago

Oh, I forgot I was using --locked; I think at the time I wanted the reproducibility of using the published lockfile, but if it's only the failure that's reproducible, that's hardly of any use to anyone.

Finchiedev commented 1 month ago

For reproducibility, it might be possible to upload the lockfile that was generated during the CI build?