File tree 1 file changed +13
-13
lines changed
src/ci/docker/host-x86_64/x86_64-gnu-tools
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -12,24 +12,24 @@ X_PY="$1"
12
12
# itself fails (see https://github.com/rust-lang/rust/issues/127869 for context).
13
13
python3 " $X_PY " build --stage 2 compiler rustdoc
14
14
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 \
23
23
24
- set -e
24
+ # set -e
25
25
26
26
# debugging: print out the saved toolstates
27
- cat /tmp/toolstate/toolstates.json
27
+ # cat /tmp/toolstate/toolstates.json
28
28
29
29
# 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
33
33
34
34
# Testing Miri is a bit more complicated.
35
35
# 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