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