Skip to content

Commit

Permalink
nightly build on manyu/musllinux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Dec 17, 2024
1 parent e7d12c1 commit a0286f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manylinux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ yum -y install llvm-toolset-7.0
source scl_source enable llvm-toolset-7.0
curl https://static.rust-lang.org/rustup/dist/%arch%-unknown-linux-gnu/rustup-init --output rustup-init
chmod +x rustup-init
./rustup-init -y --profile minimal
./rustup-init -y --profile minimal --default-toolchain nightly
source "$HOME/.cargo/env"
export 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"
cd python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/musllinux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cd /workdir
apk add clang-dev
curl https://static.rust-lang.org/rustup/dist/%arch%-unknown-linux-musl/rustup-init --output rustup-init
chmod +x rustup-init
./rustup-init -y --profile minimal
./rustup-init -y --profile minimal --default-toolchain nightly
source "$HOME/.cargo/env"
export 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"
cd python
Expand Down

0 comments on commit a0286f6

Please sign in to comment.