Skip to content

Commit

Permalink
ci: Download clang/lldb from tarballs
Browse files Browse the repository at this point in the history
Hopefully will speed up CI slightly!
  • Loading branch information
alexcrichton committed Nov 20, 2018
1 parent c4cf115 commit 25d0418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ci/init_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit 25d0418

Please sign in to comment.