Skip to content

Commit

Permalink
add cranelift
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jul 19, 2024
1 parent 9bf2356 commit 7aa847b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namada:

RUN rustup toolchain install $toolchain-x86_64-unknown-linux-gnu --no-self-update --component clippy,rustfmt,rls,rust-analysis,rust-docs,rust-src,llvm-tools-preview
RUN rustup target add wasm32-unknown-unknown
RUN rustup toolchain install $nightly_toolchain-x86_64-unknown-linux-gnu --no-self-update --component clippy,rustfmt,rls,rust-analysis,rust-docs,rust-src,llvm-tools-preview
RUN rustup toolchain install $nightly_toolchain-x86_64-unknown-linux-gnu --no-self-update --component clippy,rustfmt,rls,rust-analysis,rust-docs,rust-src,llvm-tools-preview,rustc-codegen-cranelift-preview
RUN rustup target add --toolchain $nightly_toolchain wasm32-unknown-unknown
RUN rustup default $toolchain-x86_64-unknown-linux-gnu

Expand Down

0 comments on commit 7aa847b

Please sign in to comment.