File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 os : [macos-latest, ubuntu-latest, windows-latest]
1414 env :
1515 SCCACHE_VERSION : 0.2.13
16- CIBW_BEFORE_ALL_LINUX : " curl https://sh.rustup.rs -sSf | env -u CARGO_HOME sh -s -- --default-toolchain stable --profile minimal -y"
16+ CIBW_BEFORE_ALL_LINUX : " yum install -y libatomic; curl https://sh.rustup.rs -sSf | env -u CARGO_HOME sh -s -- --default-toolchain stable --profile minimal -y"
1717 CIBW_BEFORE_BUILD_LINUX : " rm -rf native/target; ln -s /host/${{github.workspace}}/native/target native/target; [ -d /host/${{github.workspace}}/native/target ] || mkdir /host/${{github.workspace}}/native/target"
1818 CIBW_ENVIRONMENT_LINUX : ' PATH="$PATH:$HOME/.cargo/bin" LIBCST_NO_LOCAL_SCHEME=$LIBCST_NO_LOCAL_SCHEME CARGO_HOME=/host/home/runner/.cargo'
1919 CIBW_BEFORE_ALL_MACOS : " rustup target add aarch64-apple-darwin x86_64-apple-darwin"
You can’t perform that action at this time.
0 commit comments