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

Commit

Permalink
Add rustc-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Aug 24, 2022
1 parent 5873e15 commit cf637ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/ink-ci-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}/\
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit cf637ec

Please sign in to comment.