Skip to content
Snippets Groups Projects
Commit 2601392d authored by Sergey Pepyakin's avatar Sergey Pepyakin Committed by Gav Wood
Browse files

Install llvm-tools-preview component (#643)

parent b7ef395c
No related merge requests found
......@@ -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 || \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment