diff options
| author | kennytm <kennytm@gmail.com> | 2018-11-24 01:31:57 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-24 01:31:57 +0800 |
| commit | 97e6007932853efed3c710944473b78e67ff527f (patch) | |
| tree | 4efcd5c84a1f555fd5db8f3e8936f4c506c60508 | |
| parent | e0025df3fdfa8be82946a6e861049bae932eba75 (diff) | |
| parent | 25d0418bd74711b170c874fefe12e68ad83016c8 (diff) | |
| download | rust-97e6007932853efed3c710944473b78e67ff527f.tar.gz rust-97e6007932853efed3c710944473b78e67ff527f.zip | |
Rollup merge of #56116 - alexcrichton:tarball-calng, r=kennytm
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="" |
