-
Notifications
You must be signed in to change notification settings - Fork 37
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 wheels in multiple platforms with QEMU #160
Conversation
@oschwald Can you take a look at this PR? And after this PR is merged, can you do a release for updated/new wheels? |
@kpark-hrp it still hasn't finished building. I think the 30+ minute builds will be an issue. Maybe we could just limit this to |
@oschwald Make sense. Pushed a commit to trim it down to |
@oschwald Still took a while, but brought it down to 17 minutes from 35 minutes. And it looks good to me.
|
17 minutes isn't ideal, but it also isn't that bad. Thanks ! |
This will build Linux wheels in multiple platforms using QEMU.
Example from cibuildwheel
fixes #159