We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b0345 commit c9e9dd2Copy full SHA for c9e9dd2
src/ci/scripts/checkout-submodules.sh
@@ -36,7 +36,8 @@ function fetch_github_commit_archive {
36
rm $cached
37
}
38
39
-included="src/llvm-project src/doc/book src/doc/rust-by-example"
+#included="src/llvm-project src/doc/book src/doc/rust-by-example"
40
+included=""
41
modules="$(git config --file .gitmodules --get-regexp '\.path$' | cut -d' ' -f2)"
42
modules=($modules)
43
use_git=""
@@ -60,9 +61,9 @@ done
60
61
retry sh -c "git submodule deinit -f $use_git && \
62
git submodule sync && \
63
git submodule update -j 16 --init --recursive --depth 1 $use_git"
-STATUS=0
64
-for pid in ${bg_pids[*]}
65
-do
66
- wait $pid || STATUS=1
67
-done
68
-exit ${STATUS}
+#STATUS=0
+#for pid in ${bg_pids[*]}
+#do
+# wait $pid || STATUS=1
+#done
69
+#exit ${STATUS}
0 commit comments