Open
Description
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
/tmp/tmp.FQo0uNj5uv/rustup-init: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory
It can be fixed through running
yum install libatomic -y
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
Metadata
Metadata
Assignees
Labels
No labels
Activity