We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66829d6 commit 7a70649Copy full SHA for 7a70649
src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh
@@ -27,6 +27,6 @@ python3 "$X_PY" test --stage 2 src/tools/rustfmt
27
python3 "$X_PY" test --stage 2 src/tools/miri
28
# We natively run this script on x86_64-unknown-linux-gnu and x86_64-pc-windows-msvc.
29
# Also cover some other targets (on both of these hosts) via cross-testing.
30
-python3 "$X_PY" test --stage 2 src/tools/miri --target i686-pc-windows-msvc
+#python3 "$X_PY" test --stage 2 src/tools/miri --target i686-pc-windows-msvc
31
#FIXME(https://github.com/rust-lang/rust/issues/103519): macOS testing is currently disabled
32
# python3 "$X_PY" test --stage 2 src/tools/miri --target aarch64-apple-darwin
0 commit comments