-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad interaction with cargo binstall : binstall claims a binary is installed, when it's not available #204
Comments
Same issue.
Fails with
|
From what I can see, the |
caass
added a commit
to caass/advent-of-code
that referenced
this issue
Oct 21, 2024
r4ai
added a commit
to ricora/ao
that referenced
this issue
Dec 23, 2024
r4ai
added a commit
to ricora/ao
that referenced
this issue
Dec 23, 2024
r4ai
added a commit
to ricora/ao
that referenced
this issue
Dec 23, 2024
* chore: copy language dir from @shuiro-dev/shuiro repo * chore: add missing properties in package.json * chore: add renovate * chore: add language ci * chore: add website ci * chore: add website ci to status checks * chore: add website deploy ci * chore: resolve name conflicts in ci * refactor: rename shuiro to ao * style: apply cargo fmt * chore: add missing names in ci * fix: build script * fix: cache * fix: workaround for Swatinem/rust-cache#204
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure if this should be fixed on the rust-cache or the cargo-binstall side, but it seems rust-cache caches enough for cargo-binstall to think that a binary is installed, but not enough for the binary to actually be available in
~/.cargo/bin
, resulting in this sort of CI failure:While this is being investigated, the obvious workaround is to run cargo binstall with the -f flag in CI jobs.
The text was updated successfully, but these errors were encountered: