We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ec831 commit c0785e4Copy full SHA for c0785e4
Earthfile
@@ -33,7 +33,7 @@ anoma:
33
ENV RUSTUP_HOME="/root/.rustup"
34
ENV CARGO_HOME="/root/.cargo"
35
36
- RUN rustup toolchain install $toolchain-x86_64-unknown-linux-gnu --no-self-update --component clippy,rls,rustfmt,rust-analysis,rust-docs,rust-src,llvm-tools-preview
+ RUN rustup toolchain install $toolchain-x86_64-unknown-linux-gnu --no-self-update --component clippy,rustfmt,rust-analysis,rust-docs,rust-src,llvm-tools-preview
37
RUN rustup target add --toolchain $toolchain-x86_64-unknown-linux-gnu wasm32-unknown-unknown
38
RUN rustup default $toolchain-x86_64-unknown-linux-gnu
39
0 commit comments