Skip to content

Commit 25d0418

Browse files
committedNov 20, 2018
ci: Download clang/lldb from tarballs
Hopefully will speed up CI slightly!
1 parent c4cf115 commit 25d0418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/ci/init_repo.sh

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ function fetch_submodule {
5555
}
5656

5757
included="src/llvm src/llvm-emscripten src/doc/book src/doc/rust-by-example"
58+
included="$included src/tools/lld src/tools/clang src/tools/lldb"
5859
modules="$(git config --file .gitmodules --get-regexp '\.path$' | cut -d' ' -f2)"
5960
modules=($modules)
6061
use_git=""

0 commit comments

Comments
 (0)