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

Build musllinux wheels in CI #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MrMino
Copy link

@MrMino MrMino commented Apr 14, 2023

See #135

if: ${{ matrix.platform == 'manylinux2014_aarch64' }}
if: |
matrix.platform == 'manylinux2014_aarch64' ||
matrix.platfrom == 'musllinux_1_1_aarch64'
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a bit unsure about this. Why do we need Qemu for aarch64? I thought auditwheel can handle arch without emulation?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it can now but it couldn't in 2019 or 2020? I doubt that I had a deep understanding of what I was doing when I put this together.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll try and check, removing this would speed up CI.

@pganssle pganssle mentioned this pull request Jun 14, 2023
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