mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
ci: Download clang/lldb from tarballs
Hopefully will speed up CI slightly!
This commit is contained in:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user