Revert "Install llvm-tools-preview component (#643)" (#644)

This reverts commit 2601392d6a.
This commit is contained in:
Gav Wood
2018-09-05 12:13:10 +02:00
committed by GitHub
parent 33a2e27c47
commit 101f5ec393
-1
View File
@@ -10,7 +10,6 @@ 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 || \