-
Notifications
You must be signed in to change notification settings - Fork 294
Suggest running abi3audit in docs #1347
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
Conversation
Suggested in pypa#1342
|
could this be used in |
|
I think specifying it in repair-wheel-command would override the default of running auditwheel / delocate-wheel instead of running abi3audit in addition, which would be undesirable? I guess you could chain with |
|
You'd want to |
|
It would be another example here: https://cibuildwheel.readthedocs.io/en/stable/options/#repair-wheel-command (we used to have a mutli-line option there before, it would be nice to have an example like that again) |
|
Unless I'm messing up how I'm running abi3audit, I think this is blocked on pypa/abi3audit#23 |
|
Looks like that issue was fixed - are you able to incorporate the above @hauntsaninja ? |
Co-authored-by: Joe Rickerby <[email protected]>
joerick
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks!
Suggested in #1342