Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
e7d3bf7d
Commit
e7d3bf7d
authored
Aug 31, 2018
by
Sergey Pepyakin
Browse files
Install llvm-tools.
parent
2c3c07fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/init.sh
View file @
e7d3bf7d
...
...
@@ -6,6 +6,10 @@ echo "*** Initialising WASM build environment"
rustup update nightly
rustup target add wasm32-unknown-unknown
--toolchain
nightly
# Temporarily install llvm-tools.
# See https://github.com/rust-lang/rust/issues/53813
# TODO: Remove this when fixed.
rustup component add llvm-tools-preview
--toolchain
nightly
rustup update stable
# Install wasm-gc. It's useful for stripping slimming down wasm binaries.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment