diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2019-05-20 12:58:53 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2019-05-20 12:58:53 -0700 |
| commit | 751597f0c79a7602db1481b44ebfd5c9a554b591 (patch) | |
| tree | 29c204874bfa1155c31479d8b66581d7137dd5ae | |
| parent | 0843207d1b8e079aebbb06527abb26bbd083e54d (diff) | |
| download | rust-751597f0c79a7602db1481b44ebfd5c9a554b591.tar.gz rust-751597f0c79a7602db1481b44ebfd5c9a554b591.zip | |
Check out rustfmt submodule through tarballs
This takes 30+ seconds to check out on Windows, so let's speed it up through a tarball like we do other big git repositories.
| -rwxr-xr-x | src/ci/init_repo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/init_repo.sh b/src/ci/init_repo.sh index 3dfd3381576..b1e4f931c44 100755 --- a/src/ci/init_repo.sh +++ b/src/ci/init_repo.sh @@ -46,7 +46,7 @@ function fetch_github_commit_archive { rm $cached } -included="src/llvm-project src/llvm-emscripten src/doc/book src/doc/rust-by-example" +included="src/llvm-project src/llvm-emscripten src/doc/book src/doc/rust-by-example src/tools/rustfmt" modules="$(git config --file .gitmodules --get-regexp '\.path$' | cut -d' ' -f2)" modules=($modules) use_git="" |
