Skip to content

Commit

Permalink
fix(tikv): fix ci jenkins dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo committed Dec 17, 2024
1 parent 625c54e commit 31a00ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/ci/jenkins/tikv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ENV PATH="${CARGO_HOME}/bin:${PATH}"
RUN rustup component add rustfmt clippy rust-src llvm-tools

# Install specific versions of cargo-nextest and cargo-sort
RUN cargo install cargo-nextest --version 0.9.72 && \
cargo install cargo-sort --version 1.0.9
RUN cargo install --locked --version 0.9.72 cargo-nextest && \
cargo install --locked --version 1.0.9 cargo-sort

ENV CARGO_INCREMENTAL=0

0 comments on commit 31a00ee

Please sign in to comment.