Skip to content

Commit

Permalink
Merge pull request #57947 from ClickHouse/backport/23.11/57905
Browse files Browse the repository at this point in the history
Backport #57905 to 23.11: Remove heavy rust stable toolchain
  • Loading branch information
alexey-milovidov committed Dec 17, 2023
2 parents 85f0b04 + 246da6e commit 258b3c9
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 x86_64-unknown-linux-gnu && \
rustup target add aarch64-unknown-linux-gnu && \
Expand Down

0 comments on commit 258b3c9

Please sign in to comment.