Skip to content

Commit 751597f

Browse files
committed
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.
1 parent 0843207 commit 751597f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/init_repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function fetch_github_commit_archive {
4646
rm $cached
4747
}
4848

49-
included="src/llvm-project src/llvm-emscripten src/doc/book src/doc/rust-by-example"
49+
included="src/llvm-project src/llvm-emscripten src/doc/book src/doc/rust-by-example src/tools/rustfmt"
5050
modules="$(git config --file .gitmodules --get-regexp '\.path$' | cut -d' ' -f2)"
5151
modules=($modules)
5252
use_git=""

0 commit comments

Comments
 (0)