diff options
author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-05-26 17:56:31 +0900 |
---|---|---|
committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-05-26 17:56:31 +0900 |
commit | 010663dbda571eb0cc22cffe67eb4ecbbfa183f1 (patch) | |
tree | 6df252f7241f7f60c6c6a78260043e09847cdc05 | |
parent | 9e9f8dd0ea5de8befd121a26662fe0710032a876 (diff) | |
download | rust-libc-010663dbda571eb0cc22cffe67eb4ecbbfa183f1.tar.gz |
Add `llvm-tools` component
-rw-r--r-- | ci/semver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/semver.sh b/ci/semver.sh index fb58415e3e..35715dcf23 100644 --- a/ci/semver.sh +++ b/ci/semver.sh @@ -13,7 +13,7 @@ if ! rustc --version | grep -E "nightly" ; then exit 1 fi -rustup component add rustc-dev +rustup component add rustc-dev llvm-tools-preview # FIXME: Use upstream once it gets rustup. cargo +nightly install semververfork |