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

Commit ad89579

Browse files
pepyakingavofyork
authored andcommitted
Install llvm-tools-preview component (#643)
1 parent 7c18bb6 commit ad89579

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/init.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ if [ -z $CI_PROJECT_NAME ] ; then
1010
fi
1111

1212
rustup target add wasm32-unknown-unknown --toolchain nightly
13+
rustup component add llvm-tools-preview --toolchain=nightly
1314

1415
# Install wasm-gc. It's useful for stripping slimming down wasm binaries.
1516
command -v wasm-gc || \

0 commit comments

Comments
 (0)