diff options
| author | flip1995 <hello@philkrones.com> | 2020-05-22 02:40:39 +0200 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2020-05-22 14:08:21 +0200 |
| commit | c00268d984b80e408f56b5d8180e2f1a80100c91 (patch) | |
| tree | 0c73153f978a3e6c5804a9ea91e7c160f484e568 | |
| parent | 091239ee6081d266ae59cc0660cc177994eba8d0 (diff) | |
| download | rust-c00268d984b80e408f56b5d8180e2f1a80100c91.tar.gz rust-c00268d984b80e408f56b5d8180e2f1a80100c91.zip | |
Also install llvm-tools on toolchain setup
| -rwxr-xr-x | setup-toolchain.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-toolchain.sh b/setup-toolchain.sh index 6038ed697f9..191ea4315a6 100755 --- a/setup-toolchain.sh +++ b/setup-toolchain.sh @@ -32,5 +32,5 @@ else TOOLCHAIN=() fi -rustup-toolchain-install-master -f -n master "${TOOLCHAIN[@]}" -c rustc-dev -- "$RUST_COMMIT" +rustup-toolchain-install-master -f -n master "${TOOLCHAIN[@]}" -c rustc-dev -c llvm-tools -- "$RUST_COMMIT" rustup override set master |
