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 1daab47 commit 67db230Copy full SHA for 67db230
src/ci/init_repo.sh
@@ -46,7 +46,8 @@ function fetch_github_commit_archive {
46
rm $cached
47
}
48
49
-included="src/llvm-project src/llvm-emscripten src/doc/book src/doc/rust-by-example src/tools/rustfmt"
+included="src/llvm-project src/llvm-emscripten src/doc/book src/doc/rust-by-example"
50
+included="${included} src/tools/rustfmt"
51
modules="$(git config --file .gitmodules --get-regexp '\.path$' | cut -d' ' -f2)"
52
modules=($modules)
53
use_git=""
0 commit comments