diff options
| author | bors <bors@rust-lang.org> | 2023-01-10 18:47:05 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-01-10 18:47:05 +0000 |
| commit | 90743e7298aca107ddaa0c202a4d3604e29bfeb6 (patch) | |
| tree | b9d89dc0174f00106b9da239fc97a1d06dd28498 /src/ci/scripts/checkout-submodules.sh | |
| parent | 69f9c33d71c871fc16ac445211281c6e7a340943 (diff) | |
| parent | 7a7064963ee41885be88f558736ca73dd8b02d70 (diff) | |
| download | rust-1.66.1.tar.gz rust-1.66.1.zip | |
Auto merge of #106685 - pietroalbini:pa-cve-stable, r=pietroalbini 1.66.1
[stable] Prepare Rust 1.66.1 and fix CVE-2022-46176 See https://blog.rust-lang.org/2023/01/10/cve-2022-46176.html r? `@ghost`
Diffstat (limited to 'src/ci/scripts/checkout-submodules.sh')
| -rwxr-xr-x | src/ci/scripts/checkout-submodules.sh | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/ci/scripts/checkout-submodules.sh b/src/ci/scripts/checkout-submodules.sh index f6cb8f8a6da..5bb343241ae 100755 --- a/src/ci/scripts/checkout-submodules.sh +++ b/src/ci/scripts/checkout-submodules.sh @@ -36,7 +36,8 @@ function fetch_github_commit_archive { rm $cached } -included="src/llvm-project src/doc/book src/doc/rust-by-example" +#included="src/llvm-project src/doc/book src/doc/rust-by-example" +included="" modules="$(git config --file .gitmodules --get-regexp '\.path$' | cut -d' ' -f2)" modules=($modules) use_git="" @@ -60,9 +61,9 @@ done retry sh -c "git submodule deinit -f $use_git && \ git submodule sync && \ git submodule update -j 16 --init --recursive --depth 1 $use_git" -STATUS=0 -for pid in ${bg_pids[*]} -do - wait $pid || STATUS=1 -done -exit ${STATUS} +#STATUS=0 +#for pid in ${bg_pids[*]} +#do +# wait $pid || STATUS=1 +#done +#exit ${STATUS} |
