Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update rust version in ci-unified
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Sep 11, 2024
1 parent c299ee7 commit e8b4a23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/ci-unified/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ARG GH_TOOL_VERSION="2.54.0"
RUN wget "https://github.com/cli/cli/releases/download/v${GH_TOOL_VERSION}/gh_${GH_TOOL_VERSION}_linux_amd64.deb" && \
dpkg -i "gh_${GH_TOOL_VERSION}_linux_amd64.deb"

ARG RUST_STABLE_VERSION="1.77.0"
ARG RUST_STABLE_VERSION="1.81.0"

# generic ci | install stable rust
RUN rustup toolchain install "${RUST_STABLE_VERSION}" --profile minimal && \
Expand All @@ -100,7 +100,7 @@ RUN ln -s "/usr/local/rustup/toolchains/${RUST_STABLE_VERSION}-x86_64-unknown-li
# generic ci | install additional rustup components for the ci tests
RUN rustup component add rust-src rustfmt clippy

ARG RUST_NIGHTLY_VERSION="2024-04-10"
ARG RUST_NIGHTLY_VERSION="2024-09-11"

# generic ci | install specific rust nightly, default is stable, use minimum components
RUN rustup toolchain install "nightly-${RUST_NIGHTLY_VERSION}" --profile minimal --component rustfmt rust-analyzer
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/ci-unified/build-args
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RUST_STABLE_VERSION=1.79.0
RUST_NIGHTLY_VERSION=2024-06-10
RUST_STABLE_VERSION=1.81.0
RUST_NIGHTLY_VERSION=2024-09-11
FORKLIFT_VERSION=0.13.2
CODECOV_UPLOADER_VERSION=v0.7.3
CODECOV_CLI_VERSION=v0.6.0
Expand Down

0 comments on commit e8b4a23

Please sign in to comment.