We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb644e6 commit b3b6f8eCopy full SHA for b3b6f8e
src/ci/scripts/checkout-submodules.sh
@@ -37,7 +37,7 @@ function fetch_github_commit_archive {
37
}
38
39
#included="src/llvm-project src/doc/book src/doc/rust-by-example"
40
-included=""
+included="src/llvm-project src/gcc"
41
modules="$(git config --file .gitmodules --get-regexp '\.path$' | cut -d' ' -f2)"
42
modules=($modules)
43
use_git=""
0 commit comments