Skip to content

Commit d687b59

Browse files
committed
Disable some stuff
1 parent 4a75d82 commit d687b59

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh

+13-13
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@ X_PY="$1"
1212
# itself fails (see https://github.com/rust-lang/rust/issues/127869 for context).
1313
python3 "$X_PY" build --stage 2 compiler rustdoc
1414

15-
set +e
16-
python3 "$X_PY" test --stage 2 --no-fail-fast \
17-
src/doc/book \
18-
src/doc/nomicon \
19-
src/doc/reference \
20-
src/doc/rust-by-example \
21-
src/doc/embedded-book \
22-
src/doc/edition-guide \
15+
# set +e
16+
# python3 "$X_PY" test --stage 2 --no-fail-fast \
17+
# src/doc/book \
18+
# src/doc/nomicon \
19+
# src/doc/reference \
20+
# src/doc/rust-by-example \
21+
# src/doc/embedded-book \
22+
# src/doc/edition-guide \
2323

24-
set -e
24+
# set -e
2525

2626
# debugging: print out the saved toolstates
27-
cat /tmp/toolstate/toolstates.json
27+
# cat /tmp/toolstate/toolstates.json
2828

2929
# Test remaining tools that must pass.
30-
python3 "$X_PY" test --stage 2 check-tools
31-
python3 "$X_PY" test --stage 2 src/tools/clippy
32-
python3 "$X_PY" test --stage 2 src/tools/rustfmt
30+
# python3 "$X_PY" test --stage 2 check-tools
31+
# python3 "$X_PY" test --stage 2 src/tools/clippy
32+
# python3 "$X_PY" test --stage 2 src/tools/rustfmt
3333

3434
# Testing Miri is a bit more complicated.
3535
# We set the GC interval to the shortest possible value (0 would be off) to increase the chance

0 commit comments

Comments
 (0)