File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 CIBW_SKIP : " cp39-musl*"
1515 CIBW_ENVIRONMENT : ' PATH="$PATH:/usr/share/rust/.cargo/bin:$HOME/.cargo/bin"'
1616 CIBW_BEFORE_ALL_LINUX : >
17- yum install -y libffi-devel openssl-devel &&
17+ yum install -y libffi-devel openssl-devel libatomic &&
1818 curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.71.1 -y --profile=minimal &&
1919 rustup show &&
2020 cargo install empty-library || true
Original file line number Diff line number Diff line change 2323 CIBW_BUILD : " cp39-*"
2424 CIBW_SKIP : " cp39-musl*"
2525 CIBW_BEFORE_ALL_LINUX : >
26- yum install -y libffi-devel openssl-devel &&
26+ yum install -y libffi-devel openssl-devel libatomic &&
2727 curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.71.1 --profile=minimal -y &&
2828 rustup show &&
2929 cargo install empty-library || true
You can’t perform that action at this time.
0 commit comments