-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Move to github actions for building ARM wheels #19027
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
Comments
Same for |
The problem with qemu is that it's too slow to run the tests (think). I would rather stick to travis for now to build the ARM wheels and move everything that does not need ARM chips (icc build and scipy-dev builds) out of travis to spare minutes. |
Yes, I agree with this. When QEMU support to available, I would want to test out to see how much slower. Currently, a job on github actions are allowed to run for 6 hours. |
I am closing this issue since |
There has been ongoing work at cibuildwheel to support qemu in GitHub Actions for building wheels on ARM.
XREF: pypa/cibuildwheel#482
The text was updated successfully, but these errors were encountered: