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 using newer manylinux image. #116

Merged
merged 1 commit into from
Nov 9, 2019
Merged

Build using newer manylinux image. #116

merged 1 commit into from
Nov 9, 2019

Conversation

jamadden
Copy link
Member

@jamadden jamadden commented Nov 8, 2019

And update macOS python to 2.7.17 to try to fix uploads.

And update macOS python to 2.7.17 to try to fix uploads.
Copy link
Member

@mgedmin mgedmin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we ready to drop manylinux1 wheels?

Maybe we should build both manylinux1 and manylinux2010?

@jamadden
Copy link
Member Author

jamadden commented Nov 8, 2019

That's the beauty part: these are still manylinux1 wheels, just built with a much more capable toolchain:

+ for whl in 'wheelhouse/BTrees*.whl'
+ auditwheel repair wheelhouse/BTrees-4.6.2.dev0-cp36-cp36m-linux_x86_64.whl -w /io/wheelhouse/
INFO:auditwheel:Repairing BTrees-4.6.2.dev0-cp36-cp36m-linux_x86_64.whl
INFO:auditwheel:Previous filename tags: linux_x86_64
INFO:auditwheel:New filename tags: manylinux2010_x86_64
INFO:auditwheel:Previous WHEEL info tags: cp36-cp36m-linux_x86_64
INFO:auditwheel:New WHEEL info tags: cp36-cp36m-manylinux2010_x86_64
INFO:auditwheel:Wheel is eligible for a higher priority tag. 
     You requested manylinux2010_x86_64 but I have found this wheel 
     is eligible for manylinux1_x86_64.
INFO:auditwheel:Previous filename tags: linux_x86_64
INFO:auditwheel:New filename tags: manylinux1_x86_64
INFO:auditwheel:Previous WHEEL info tags: cp36-cp36m-linux_x86_64
INFO:auditwheel:New WHEEL info tags: cp36-cp36m-manylinux1_x86_64
INFO:auditwheel:
Fixed-up wheel written to 
     /io/wheelhouse/BTrees-4.6.2.dev0-cp36-cp36m-manylinux1_x86_64.whl

@mgedmin
Copy link
Member

mgedmin commented Nov 9, 2019

Oh, excellent!

@jamadden jamadden merged commit 8aa29e9 into master Nov 9, 2019
@jamadden jamadden deleted the update-manylinux branch November 9, 2019 14:02
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.

None yet

2 participants