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

Commit 42a94a5

Browse files
authored
[ci-linux] update nightly to 2022-07-25 (#445)
1 parent 2592801 commit 42a94a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dockerfiles/ci-linux/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ RUN set -eux && \
2121
# install `rust-src` component for ui test
2222
rustup component add rust-src rustfmt clippy && \
2323
# install specific Rust nightly, default is stable, use minimum components
24-
rustup toolchain install nightly-2022-05-12 --profile minimal --component rustfmt clippy && \
25-
# "alias" pinned nightly-22022-05-12 toolchain as nightly
26-
ln -s /usr/local/rustup/toolchains/nightly-2022-05-12-x86_64-unknown-linux-gnu /usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu && \
24+
rustup toolchain install nightly-2022-07-25 --profile minimal --component rustfmt clippy && \
25+
# "alias" pinned nightly-2022-07-25 toolchain as nightly
26+
ln -s /usr/local/rustup/toolchains/nightly-2022-07-25-x86_64-unknown-linux-gnu /usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu && \
2727
# install wasm toolchain
2828
rustup target add wasm32-unknown-unknown && \
2929
rustup target add wasm32-unknown-unknown --toolchain nightly && \

0 commit comments

Comments
 (0)