-
Notifications
You must be signed in to change notification settings - Fork 255
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
rustup fails on manylinux2014_i686 #2305
Comments
mayeut
added a commit
to mayeut/manylinux
that referenced
this issue
Mar 6, 2025
This makes installing rust easier. xref pypa/cibuildwheel#2305
mayeut
added a commit
to pypa/manylinux
that referenced
this issue
Mar 7, 2025
This makes installing rust easier. xref pypa/cibuildwheel#2305
libatomic has been added to the manylinux images, cibuildwheel will pick up the updates on monday on main. |
Yeah, that sounds good to me. Btw, I did a little googling around and this appears to be the root cause: rust-lang/cargo#13546 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Using the quay.io/pypa/manylinux2014_i686:2025.02.28 container, the recommended rustup setup command put in CIBW_BEFORE_LINUX,,
sh -c 'curl -sSf https://sh.rustup.rs | sh -s -- -y'
fails.The error is
It can be fixed through running
inside the container, but this is not exactly ideal.
Thank you for any suggestions.
Build log
https://github.com/frank1010111/pywaterflood/actions/runs/13689180655/job/38279095967?pr=112
CI config
https://github.com/frank1010111/pywaterflood/blob/098a0981894ae973418d601d843d11d2e3699b6b/.github/workflows/publish-to-pypi.yml
The text was updated successfully, but these errors were encountered: