We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
checktools.sh
1 parent 5753b30 commit af95fd6Copy full SHA for af95fd6
src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh
@@ -8,6 +8,10 @@ X_PY="$1"
8
9
# Try to test the toolstate-tracked tools and store the build/test success in the TOOLSTATE_FILE.
10
11
+# Pre-build the compiler and the library first to output a better error message when the build
12
+# itself fails (see https://github.com/rust-lang/rust/issues/127869 for context).
13
+python3 "$X_PY" build --stage 2
14
+
15
set +e
16
python3 "$X_PY" test --stage 2 --no-fail-fast \
17
src/doc/book \
0 commit comments