-
Notifications
You must be signed in to change notification settings - Fork 76
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
Try adding support for combining cargo auditable with cargo-zigbuild/xwin #1608
Comments
This currently doesn't work for
|
This works fine with |
mistydemeo
added a commit
that referenced
this issue
Dec 9, 2024
In testing, I've been able to confirm that cargo-auditable and cargo-xwin are compatible; zigbuild is the only one with a compatibility issue. Refs #1608.
This was referenced Dec 9, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently error out on trying the combination of
cargo auditable
withcargo zigbuild
/cargo xwin
, because they're all subcommands. However, according to rust-secure-code/cargo-auditable#167, it looks like this combo might actually be possible so long asauditable
comes first in the argument list. I'll test this and see if I can confirm.The text was updated successfully, but these errors were encountered: