Skip to content

Commit cd9c066

Browse files
build: use llvm-tools-preview only
Co-authored-by: David Semakula <[email protected]>
1 parent 7e33256 commit cd9c066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN case ${TARGETARCH} in \
7474
rustup target add riscv64imac-unknown-none-elf wasm32v1-none && \
7575
# generic ci | install specific rust nightly, default is stable, use minimum components
7676
rustup toolchain install "nightly-${RUST_NIGHTLY_VERSION}" --profile minimal \
77-
--component rustfmt,clippy,rust-analyzer,llvm-tools,rustc-dev,rust-src,llvm-tools-preview && \
77+
--component rustfmt,clippy,rust-analyzer,rustc-dev,rust-src,llvm-tools-preview && \
7878
# generic ci | "alias" pinned nightly toolchain as rolling nightly
7979
ln -s "/usr/local/rustup/toolchains/nightly-${RUST_NIGHTLY_VERSION}-${RUST_ARCH}-unknown-linux-gnu" "/usr/local/rustup/toolchains/nightly-${RUST_ARCH}-unknown-linux-gnu" && \
8080
# generic ci | install asm toolchain for the nightly toolchain

0 commit comments

Comments
 (0)