-
Notifications
You must be signed in to change notification settings - Fork 7
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
Impossible to disable cargo-auditable #5
Comments
I'm starting to find the rpm macros getting hard to modify/edit, and I can't find any documentation on how to write them at all. There are just no references or supports for this kind of thing. I'm not even sure I can put this kind of logic or work around in the macro, so I don't know how to really fix this ... :( |
It seems that this is the best documentation you can find, but lacks more examples and it is rather basic. |
As an alternative, would a second build macro that skips auditable work? |
I found a workaround for the original issue, see this. Another macro would work also. |
I think the workaround you have here is the better option, since that means we still keep cargo-auditable enabled which is important for SUSE product security. So lets close this for now. |
Hi,
There is a known issue with cargo-auditable that affects certain projects.
There's no workaround for the issue above AFAIK, and it is not possible to disable cargo-auditable if using cargo macros.
Setting
RUSTC_WRAPPER
to any value causes the build to fail, this is the only variable that enables or disables cargo-auditable.It would be nice to have a way to disable it, for now, the only solution is to call cargo directly and ignore the macros.
The text was updated successfully, but these errors were encountered: