File tree 4 files changed +0
-17
lines changed
host-aarch64/aarch64-gnu-debug
4 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ COPY scripts/sccache.sh /scripts/
30
30
RUN sh /scripts/sccache.sh
31
31
32
32
ENV RUSTBUILD_FORCE_CLANG_BASED_TESTS 1
33
- ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
34
33
35
34
# llvm.use-linker conflicts with downloading CI LLVM
36
35
ENV 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/
41
41
COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
42
42
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
43
43
44
- ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
45
-
46
44
# Check library crates on all tier 1 targets.
47
45
# We disable optimized compiler built-ins because that requires a C toolchain for the target.
48
46
# 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/
30
30
RUN sh /scripts/sccache.sh
31
31
32
32
ENV RUSTBUILD_FORCE_CLANG_BASED_TESTS 1
33
- ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
34
33
35
34
# llvm.use-linker conflicts with downloading CI LLVM
36
35
ENV NO_DOWNLOAD_CI_LLVM 1
Original file line number Diff line number Diff line change @@ -260,19 +260,6 @@ else
260
260
do_make " $RUST_CHECK_TARGET "
261
261
fi
262
262
263
- if [ " $RUN_CHECK_WITH_PARALLEL_QUERIES " != " " ]; then
264
- rm -f config.toml
265
- $SRC /configure --set change-id=99999999
266
-
267
- # Save the build metrics before we wipe the directory
268
- mv build/metrics.json .
269
- rm -rf build
270
- mkdir build
271
- mv metrics.json build
272
-
273
- CARGO_INCREMENTAL=0 ../x check
274
- fi
275
-
276
263
echo " ::group::sccache stats"
277
264
sccache --show-stats || true
278
265
echo " ::endgroup::"
You can’t perform that action at this time.
0 commit comments