-
Notifications
You must be signed in to change notification settings - Fork 647
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
add audit wheel to CI/CD for visibility of many_linux conformance #1114
add audit wheel to CI/CD for visibility of many_linux conformance #1114
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
.github/workflows/python-package.yml
Outdated
for whl in dist/*.whl; do | ||
printf '%.0s=' {1..60} # separator line, same as below | ||
echo -e "\nChecking wheel: $whl" | ||
printf '%.0s-' {1..60} | ||
echo | ||
auditwheel show "$whl" | ||
printf '%.0s-' {1..60} | ||
echo | ||
done |
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.
A future version of this could use https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary for ✨markdown✨ but this is a good start. This could also be a separate step that's done after all of the wheels are done.
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.
ok, took a moment to give you the fancy output you desire when waiting for other results..
1327e4e
to
0de046c
Compare
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Download all wheel artifacts | ||
uses: actions/download-artifact@v2 |
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.
You can't use download-artifact@v2 with upload-artifact@v4, which is probably why you're not getting anything here :)
Closes bitsandbytes-foundation#1114 Co-authored-by: Titus von Koeller <[email protected]>
Closes bitsandbytes-foundation#1114 Co-authored-by: Titus von Koeller <[email protected]>
Closes bitsandbytes-foundation#1114 Co-authored-by: Titus von Koeller <[email protected]>
Closes bitsandbytes-foundation#1114 Co-authored-by: Titus von Koeller <[email protected]>
Closes bitsandbytes-foundation#1114 Co-authored-by: Titus von Koeller <[email protected]>
Closes bitsandbytes-foundation#1114 Co-authored-by: Titus von Koeller <[email protected]>
Closes bitsandbytes-foundation#1114 Co-authored-by: Titus von Koeller <[email protected]>
Closes bitsandbytes-foundation#1114 Co-authored-by: Titus von Koeller <[email protected]>
Closes bitsandbytes-foundation#1114 Co-authored-by: Titus von Koeller <[email protected]>
Closes bitsandbytes-foundation#1114 Co-authored-by: Titus von Koeller <[email protected]>
closed in favor of #1116 |
Closes #1114 Co-authored-by: Titus von Koeller <[email protected]>
No description provided.