From 8b3e93b89e5c50266e7a907a00f0915ba75d6330 Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Fri, 31 Aug 2018 19:04:05 +0300 Subject: [PATCH] Install llvm-tools-preview component (#643) --- scripts/init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/init.sh b/scripts/init.sh index 5dde6d42418b5..cd306729bafa6 100755 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -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 || \