From fc0811b9994ef977c783e27a3309f69d8ec59be0 Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Fri, 31 Aug 2018 18:39:42 +0300 Subject: [PATCH] Install llvm-tools-preview component --- 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 || \