-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Use crosscompilation to build python armv7 wheels #25704
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
Use crosscompilation to build python armv7 wheels #25704
Conversation
750c67d
to
959efdb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, looks like you've found a way to cut down the build time significantly. A few small comments, otherwise looks good to me.
As a followup after this PR is merged, I think we should:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. The only thing that really needed much scrutiny from my perspective was the pyconfig.h
copy. While I think there are other ways to achieve the same effect, it probably doesn't matter since this is all happening within a docker container.
Thanks for making this happen!
Instead of building under an emulator (which takes 7 hours).