Skip to content

Commit

Permalink
Also install llvm-tools on toolchain setup
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed May 22, 2020
1 parent 091239e commit c00268d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c00268d

Please sign in to comment.