Skip to content
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

Conversation

Titus-von-Koeller
Copy link
Collaborator

No description provided.

Copy link

github-actions bot commented Mar 7, 2024

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.

Comment on lines 199 to 207
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
Copy link
Contributor

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.

Copy link
Collaborator Author

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..

@Titus-von-Koeller Titus-von-Koeller force-pushed the add-auditwheel-show-to-ci branch from 1327e4e to 0de046c Compare March 7, 2024 15:08
steps:
- uses: actions/checkout@v4
- name: Download all wheel artifacts
uses: actions/download-artifact@v2
Copy link
Contributor

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 :)

akx added a commit to akx/bitsandbytes that referenced this pull request Mar 8, 2024
Closes bitsandbytes-foundation#1114

Co-authored-by: Titus von Koeller <[email protected]>
akx added a commit to akx/bitsandbytes that referenced this pull request Mar 8, 2024
Closes bitsandbytes-foundation#1114

Co-authored-by: Titus von Koeller <[email protected]>
akx added a commit to akx/bitsandbytes that referenced this pull request Mar 8, 2024
Closes bitsandbytes-foundation#1114

Co-authored-by: Titus von Koeller <[email protected]>
akx added a commit to akx/bitsandbytes that referenced this pull request Mar 8, 2024
Closes bitsandbytes-foundation#1114

Co-authored-by: Titus von Koeller <[email protected]>
akx added a commit to akx/bitsandbytes that referenced this pull request Mar 8, 2024
Closes bitsandbytes-foundation#1114

Co-authored-by: Titus von Koeller <[email protected]>
akx added a commit to akx/bitsandbytes that referenced this pull request Mar 8, 2024
Closes bitsandbytes-foundation#1114

Co-authored-by: Titus von Koeller <[email protected]>
akx added a commit to akx/bitsandbytes that referenced this pull request Mar 8, 2024
Closes bitsandbytes-foundation#1114

Co-authored-by: Titus von Koeller <[email protected]>
akx added a commit to akx/bitsandbytes that referenced this pull request Mar 8, 2024
Closes bitsandbytes-foundation#1114

Co-authored-by: Titus von Koeller <[email protected]>
akx added a commit to akx/bitsandbytes that referenced this pull request Mar 8, 2024
Closes bitsandbytes-foundation#1114

Co-authored-by: Titus von Koeller <[email protected]>
akx added a commit to akx/bitsandbytes that referenced this pull request Mar 8, 2024
Closes bitsandbytes-foundation#1114

Co-authored-by: Titus von Koeller <[email protected]>
@akx akx mentioned this pull request Mar 8, 2024
@Titus-von-Koeller
Copy link
Collaborator Author

closed in favor of #1116

Titus-von-Koeller added a commit that referenced this pull request Mar 11, 2024
Closes #1114

Co-authored-by: Titus von Koeller <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants