Skip to content

Commit

Permalink
Merge pull request #57941 from ClickHouse/backport/23.8/57905
Browse files Browse the repository at this point in the history
Backport #57905 to 23.8: Remove heavy rust stable toolchain
  • Loading branch information
alexey-milovidov committed Dec 17, 2023
2 parents 1cf54b2 + 8ea267d commit ac5f497
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 ac5f497

Please sign in to comment.