about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-11-20 15:56:19 -0800
committerAlex Crichton <alex@alexcrichton.com>2018-11-20 15:56:58 -0800
commit25d0418bd74711b170c874fefe12e68ad83016c8 (patch)
tree72a06205d3ec21ce66fdb1b93af30e747d4815d1
parentc4cf115056e22df2c27fa3fa4744ff14ca798ada (diff)
downloadrust-25d0418bd74711b170c874fefe12e68ad83016c8.tar.gz
rust-25d0418bd74711b170c874fefe12e68ad83016c8.zip
ci: Download clang/lldb from tarballs
Hopefully will speed up CI slightly!
-rwxr-xr-xsrc/ci/init_repo.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/init_repo.sh b/src/ci/init_repo.sh
index f2664e6d196..8345ab3bc33 100755
--- a/src/ci/init_repo.sh
+++ b/src/ci/init_repo.sh
@@ -55,6 +55,7 @@ function fetch_submodule {
 }
 
 included="src/llvm src/llvm-emscripten src/doc/book src/doc/rust-by-example"
+included="$included src/tools/lld src/tools/clang src/tools/lldb"
 modules="$(git config --file .gitmodules --get-regexp '\.path$' | cut -d' ' -f2)"
 modules=($modules)
 use_git=""