This repository was archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow-up to use-ink/cargo-contract#703.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,8 @@ LABEL io.parity.image.authors="[email protected]" \ | |
io.parity.image.vendor="Parity Technologies" \ | ||
io.parity.image.title="${REGISTRY_PATH}/ink-ci-linux" \ | ||
io.parity.image.description="Inherits from docker.io/paritytech/base-ci. \ | ||
rust nightly, clippy, rustfmt, miri, rust-src grcov, rust-covfix, llvm-tools-preview, \ | ||
cargo-contract, xargo, binaryen, parallel, codecov" \ | ||
rust nightly, clippy, rustfmt, miri, rust-src, rustc-dev grcov, rust-covfix, \ | ||
llvm-tools-preview, cargo-contract, xargo, binaryen, parallel, codecov" \ | ||
io.parity.image.source="https://github.com/paritytech/scripts/blob/${VCS_REF}/\ | ||
dockerfiles/ink-ci-linux/Dockerfile" \ | ||
io.parity.image.documentation="https://github.com/paritytech/scripts/blob/${VCS_REF}/\ | ||
|
@@ -68,7 +68,7 @@ RUN set -eux; \ | |
# Installs the latest common nightly for the listed components, | ||
# adds those components, wasm target and sets the profile to minimal | ||
rustup toolchain install nightly-2022-07-28 --target wasm32-unknown-unknown \ | ||
--profile minimal --component rustfmt clippy miri rust-src llvm-tools-preview && \ | ||
--profile minimal --component rustfmt clippy miri rust-src rustc-dev llvm-tools-preview && \ | ||
# Alias pinned toolchain as nightly, otherwise it appears as though we | ||
# don't have a nightly toolchain (i.e rustc +nightly --version is empty) | ||
ln -s /usr/local/rustup/toolchains/nightly-2022-07-28-x86_64-unknown-linux-gnu \ | ||
|