diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-11-20 15:56:19 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-11-20 15:56:58 -0800 |
| commit | 25d0418bd74711b170c874fefe12e68ad83016c8 (patch) | |
| tree | 72a06205d3ec21ce66fdb1b93af30e747d4815d1 | |
| parent | c4cf115056e22df2c27fa3fa4744ff14ca798ada (diff) | |
| download | rust-25d0418bd74711b170c874fefe12e68ad83016c8.tar.gz rust-25d0418bd74711b170c874fefe12e68ad83016c8.zip | |
ci: Download clang/lldb from tarballs
Hopefully will speed up CI slightly!
| -rwxr-xr-x | src/ci/init_repo.sh | 1 |
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="" |
