-
Notifications
You must be signed in to change notification settings - Fork 244
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
manylinux builds failing with cibuildwheel 1.0.0 #208
Comments
I can see this in the log before the mentioned failure:
Manylinux images are now using |
Agreed. Alternatively, at a guess, you could remove the As a side note, I'd recommend adding |
It looks like this is due to this issue: rust-lang/rustup#1794. Removing the Oddly, the version of curl on manylinux2010 was downgraded from 7.64.1 on manylinux1 to 7.19.7. Will be opening a separate issue upstream for that. |
@msanders, You can check pypa/manylinux#303 for more details. In a nutshell, CentOS 5 required curl/openssl to be rebuilt in order to connect to TLS 1.2 websites, CentOS 6 doesn't. To ease maintenance & security fixes, manylinux2010 now relies on CentOS to provide patches each time the image is rebuilt. |
Ah I see. Thanks for the explanation. |
Seeing the following error after upgrading
cibuildwheel
from 0.10.2 to 1.0.0:Full stack trace: https://travis-ci.org/autopilot-rs/autopy/jobs/610426289
Commit (previous builds were passing): autopilot-rs/autopy@244e532
Only thing I found was this thread, so I tried removing
sudo: required
in travis.yml (which is currently just copy-pasted from thecibuildwheel
README) but it had no effect. PyO3/setuptools-rust#54The text was updated successfully, but these errors were encountered: