File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
src/ci/docker/host-x86_64/x86_64-gnu-tools Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -12,24 +12,24 @@ X_PY="$1"
1212# itself fails (see https://github.com/rust-lang/rust/issues/127869 for context).
1313python3 " $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
You can’t perform that action at this time.
0 commit comments