From a0eabd34d0257c60f1ffaf060aa33fb9d65bac9f Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 31 Aug 2018 18:04:11 +0200 Subject: [PATCH] Revert "Install llvm-tools-preview component (#643)" This reverts commit ad89579fe79af80b7de72840367146c9887ecd05. --- scripts/init.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/init.sh b/scripts/init.sh index cd306729bafa6..5dde6d42418b5 100755 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -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 || \