Skip to content

Commit

Permalink
Backport #57905 to 23.8: Remove heavy rust stable toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-clickhouse committed Dec 16, 2023
1 parent 1cf54b2 commit 8ea267d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/packager/binary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN curl https://sh.rustup.rs -sSf | bash -s -- -y && \
chmod 777 -R /rust && \
rustup toolchain install nightly-2023-07-04 && \
rustup default nightly-2023-07-04 && \
rustup toolchain remove stable && \
rustup component add rust-src && \
rustup target add aarch64-unknown-linux-gnu && \
rustup target add x86_64-apple-darwin && \
Expand Down

0 comments on commit 8ea267d

Please sign in to comment.