We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc714d commit 9e35555Copy full SHA for 9e35555
src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh
@@ -62,3 +62,8 @@ case $HOST_TARGET in
62
exit 1
63
;;
64
esac
65
+# Also smoke-test `x.py miri`. This doesn't run any actual tests (that would take too long),
66
+# but it ensures that the crates build properly when tested with Miri.
67
+python3 "$X_PY" miri --stage 2 library/core --test-args notest
68
+python3 "$X_PY" miri --stage 2 library/alloc --test-args notest
69
+python3 "$X_PY" miri --stage 2 library/std --test-args notest
0 commit comments