File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ yum -y install llvm-toolset-7.0
55source scl_source enable llvm-toolset-7.0
66curl https://static.rust-lang.org/rustup/dist/%arch%-unknown-linux-gnu/rustup-init --output rustup-init
77chmod +x rustup-init
8- ./rustup-init -y --profile minimal
8+ ./rustup-init -y --profile minimal --default-toolchain nightly
99source " $HOME /.cargo/env"
1010export PATH=" ${PATH} :/opt/python/cp37-cp37m/bin:/opt/python/cp38-cp38/bin:/opt/python/cp39-cp39/bin:/opt/python/cp310-cp310/bin:/opt/python/cp311-cp311/bin"
1111cd python
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cd /workdir
22apk add clang-dev
33curl https://static.rust-lang.org/rustup/dist/%arch%-unknown-linux-musl/rustup-init --output rustup-init
44chmod +x rustup-init
5- ./rustup-init -y --profile minimal
5+ ./rustup-init -y --profile minimal --default-toolchain nightly
66source " $HOME /.cargo/env"
77export PATH=" ${PATH} :/opt/python/cp37-cp37m/bin:/opt/python/cp38-cp38/bin:/opt/python/cp39-cp39/bin:/opt/python/cp310-cp310/bin:/opt/python/cp311-cp311/bin"
88cd python
You can’t perform that action at this time.
0 commit comments