We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07c6ac commit 9bc4165Copy full SHA for 9bc4165
src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh
@@ -71,7 +71,7 @@ esac
71
# but it ensures that the crates build properly when tested with Miri.
72
73
#FIXME: Re-enable this for msvc once CI issues are fixed
74
-if [ "$HOST_TARGET" != "x86_64-pc-windows-msvc" ]
+if [ "$HOST_TARGET" != "x86_64-pc-windows-msvc" ]; then
75
python3 "$X_PY" miri --stage 2 library/core --test-args notest
76
python3 "$X_PY" miri --stage 2 library/alloc --test-args notest
77
python3 "$X_PY" miri --stage 2 library/std --test-args notest
0 commit comments