Skip to content

Commit b3b6f8e

Browse files
committed
Speed up submodule checkouts for the tidy job
Signed-off-by: Jakub Beránek <[email protected]>
1 parent fb644e6 commit b3b6f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/checkout-submodules.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function fetch_github_commit_archive {
3737
}
3838

3939
#included="src/llvm-project src/doc/book src/doc/rust-by-example"
40-
included=""
40+
included="src/llvm-project src/gcc"
4141
modules="$(git config --file .gitmodules --get-regexp '\.path$' | cut -d' ' -f2)"
4242
modules=($modules)
4343
use_git=""

0 commit comments

Comments
 (0)