File tree Expand file tree Collapse file tree 4 files changed +0
-21
lines changed
host-aarch64/aarch64-gnu-debug Expand file tree Collapse file tree 4 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ COPY scripts/sccache.sh /scripts/
3030RUN sh /scripts/sccache.sh
3131
3232ENV RUSTBUILD_FORCE_CLANG_BASED_TESTS 1
33- ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
3433
3534# llvm.use-linker conflicts with downloading CI LLVM
3635ENV NO_DOWNLOAD_CI_LLVM 1
Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ COPY host-x86_64/mingw-check/check-default-config-profiles.sh /scripts/
4141COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
4242COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
4343
44- ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
45-
4644# Check library crates on all tier 1 targets.
4745# We disable optimized compiler built-ins because that requires a C toolchain for the target.
4846# We also skip the x86_64-unknown-linux-gnu target as it is well-tested by other jobs.
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ COPY scripts/sccache.sh /scripts/
3030RUN sh /scripts/sccache.sh
3131
3232ENV RUSTBUILD_FORCE_CLANG_BASED_TESTS 1
33- ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
3433
3534# llvm.use-linker conflicts with downloading CI LLVM
3635ENV NO_DOWNLOAD_CI_LLVM 1
Original file line number Diff line number Diff line change @@ -261,23 +261,6 @@ else
261261 do_make " $RUST_CHECK_TARGET "
262262fi
263263
264- if [ " $RUN_CHECK_WITH_PARALLEL_QUERIES " != " " ]; then
265- rm -f config.toml
266- $SRC /configure --set change-id=99999999
267-
268- # Save the build metrics before we wipe the directory
269- if [ " $HAS_METRICS " = 1 ]; then
270- mv build/metrics.json .
271- fi
272- rm -rf build
273- if [ " $HAS_METRICS " = 1 ]; then
274- mkdir build
275- mv metrics.json build
276- fi
277-
278- CARGO_INCREMENTAL=0 ../x check
279- fi
280-
281264echo " ::group::sccache stats"
282265sccache --show-stats || true
283266echo " ::endgroup::"
You can’t perform that action at this time.
0 commit comments