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 aarch/arm64 wheels for Python 3.7 - 3.9 using QEMU #412

Closed
wants to merge 1 commit into from

Conversation

hoffmang9
Copy link

I've created this workflow to build wheels for ARM64 using the QEMU action.

I'm happy to change this to specify further Python supported version.

However, It may also make more sense for you to adapt your linux binary wheel strategy to use QEMU.

Open to your feedback, but this solves our use case for https://github.com/Chia-Network/clvm_rs

@konstin
Copy link
Member

konstin commented Feb 10, 2021

Thank you for contributing this, I appreciate it if people care about CI. However this workflow looks more appropriate for a project built with maturin rather than maturin itself - maturin itself only needs one python version for building and rather than the manylinux image and auditwheel it's statically linked with musl.

If you're interested in testing this workflow, I can give you access to the manylinux package on testpipy, but I fear that the current workflow will fail due to colliding py3 wheel.

@konstin
Copy link
Member

konstin commented Feb 17, 2021

This is now done by #422

@konstin konstin closed this Feb 17, 2021
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