Install llvm-tools-preview component (#643)

This commit is contained in:
Sergey Pepyakin
2018-08-31 19:04:05 +03:00
committed by Gav Wood
parent b7ef395cc1
commit 2601392d6a
+1
View File
@@ -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 || \