-
Notifications
You must be signed in to change notification settings - Fork 247
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
apt-get update on manylinux_2_24 suddenly broken #1491
Comments
Pretty sure it's a GitHub networking issue. Those sorts of errors up up across a variety of actions, not related to cibuildwheel. Also, you should probably not be using See pypa/manylinux#1332 and pypa/manylinux#1369; support for |
So this is a manylinux issue, but you can use |
Not sure what you meant by that given you already mentioned that the image support was already discontinued (& image production stopped at the same time, it's not being pushed/updated anymore). I'll mention the mirror fix in the upstream manylinux issue. |
Hello,
Since last week, the CI pipeline for the open source x-IMU3 Software is suddenly broken.
https://github.com/xioTechnologies/x-IMU3-Software/actions/runs/4812594230
The CI makes use of cibuildwheel and it is now failing with the following errors:
The error can be reproduced with this basic cibuildwheel setup (this code is not exactly copied from our CI but simplified for the purpose of easiliy reproducing this error).
The error happens because of
apt-get update
in the CIBW_BEFORE_BUILD which we need for the CI to run properly.Is this a bug in cibuildwheel that needs to be fixed or do you have a suggestion for me to change my code so that it works again? For instance, should I be using a different manylinux image?
Thank you,
Jelle
The text was updated successfully, but these errors were encountered: