Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Revert "Install llvm-tools-preview component (#643)" (#644)
Browse files Browse the repository at this point in the history
This reverts commit ad89579.
  • Loading branch information
gavofyork committed Sep 5, 2018
1 parent 7aaa4eb commit 5a480d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 || \
Expand Down

0 comments on commit 5a480d9

Please sign in to comment.