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

Move to github actions for building ARM wheels #19027

Closed
thomasjpfan opened this issue Dec 17, 2020 · 4 comments
Closed

Move to github actions for building ARM wheels #19027

thomasjpfan opened this issue Dec 17, 2020 · 4 comments

Comments

@thomasjpfan
Copy link
Member

There has been ongoing work at cibuildwheel to support qemu in GitHub Actions for building wheels on ARM.

XREF: pypa/cibuildwheel#482

@alfaro96
Copy link
Member

Same for universal2 wheels: pypa/cibuildwheel#484.

@ogrisel
Copy link
Member

ogrisel commented Dec 18, 2020

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.

@thomasjpfan
Copy link
Member Author

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.

@alfaro96
Copy link
Member

alfaro96 commented Jan 8, 2021

I am closing this issue since QEMU is too slow for building and testing the wheels. See #19135 for details.

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 a pull request may close this issue.

3 participants