Also install llvm-tools on toolchain setup

This commit is contained in:
flip1995 2020-05-22 02:40:39 +02:00
parent 091239ee60
commit c00268d984
No known key found for this signature in database
GPG key ID: 2CEFCDB27ED0BE79

View file

@ -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