Skip to content

Commit

Permalink
Merge pull request #55788 from ClickHouse/backport/23.3/pin-rust-version
Browse files Browse the repository at this point in the history
Pin rust version to fix GLIBC compatibility check
  • Loading branch information
Felixoid committed Oct 18, 2023
2 parents 931fd4a + 492e0e5 commit 3225654
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/packager/binary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ ENV PATH="/rust/cargo/env:${PATH}"
ENV PATH="/rust/cargo/bin:${PATH}"
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y && \
chmod 777 -R /rust && \
rustup toolchain install 1.71.0 && \
rustup default 1.71.0 && \
rustup target add aarch64-unknown-linux-gnu && \
rustup target add x86_64-apple-darwin && \
rustup target add x86_64-unknown-freebsd && \
Expand Down

0 comments on commit 3225654

Please sign in to comment.