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

Commit edadab4

Browse files
committed
Revert me: Set fixed Rust nighly version
1 parent a40b151 commit edadab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/contracts-ci-linux/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ RUN set -eux; \
4242
rm -rf binaryen-*/ && \
4343
# Installs the latest common nightly for the listed components,
4444
# adds those components, wasm target and sets the profile to minimal
45-
rustup toolchain install nightly --target wasm32-unknown-unknown \
45+
rustup toolchain install nightly-2022-01-20 --target wasm32-unknown-unknown \
4646
--profile minimal --component rustfmt clippy rust-src && \
47-
rustup default nightly && \
47+
rustup default nightly-2022-01-20 && \
4848
cargo install pwasm-utils-cli --bin wasm-prune && \
4949
cargo install cargo-dylint dylint-link && \
5050
cargo install cargo-contract && \

0 commit comments

Comments
 (0)