- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 64
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
non archived binaries are not executable #406
Comments
I think that is possible. |
Sure! |
Are you saying that this is already possible or that it should be easy to add? |
It's definitely possible. |
@fgardt cargo-binstall v0.14.0 has released which fixed this issue.
I forgot to implement this in this release, would do that in next release. |
I wanted to get
clippy-sarif
withcargo-binstall
and used the described way to get unsupported crates like so:note: for crates from
sarif-rs
it would've been nice to allow to get multiple crates since they all use the same overrides for--pkg-url
and--pkg-fmt
The binary installs just fine at the right location etc but when trying to run it you can't because it is not marked executable.
It would be nice if
cargo-binstall
would mark binaries as executable so I don't need to runchmod +x -R ~/.cargo/bin
The text was updated successfully, but these errors were encountered: