Skip to content

Commit

Permalink
Install llvm-tools-preview component (paritytech#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin authored and gguoss committed Sep 3, 2018
1 parent e5a45e5 commit 8b3e93b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ if [ -z $CI_PROJECT_NAME ] ; then
fi

rustup target add wasm32-unknown-unknown --toolchain nightly
rustup component add llvm-tools-preview --toolchain=nightly

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

0 comments on commit 8b3e93b

Please sign in to comment.