From 2601392d6a55b1f50c29d3176159e8fd42086e57 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) --- substrate/scripts/init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/substrate/scripts/init.sh b/substrate/scripts/init.sh index 5dde6d4241..cd306729ba 100755 --- a/substrate/scripts/init.sh +++ b/substrate/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 || \