Skip to content

rustup fails on manylinux2014_i686 #2305

Open
@frank1010111

Description

@frank1010111

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

https://github.com/frank1010111/pywaterflood/blob/098a0981894ae973418d601d843d11d2e3699b6b/.github/workflows/publish-to-pypi.yml

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions