ci: Download clang/lldb from tarballs

Hopefully will speed up CI slightly!
This commit is contained in:
Alex Crichton 2018-11-20 15:56:19 -08:00
parent c4cf115056
commit 25d0418bd7
1 changed files with 1 additions and 0 deletions

View File

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