We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e6732 commit a157e0eCopy full SHA for a157e0e
src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh
@@ -28,4 +28,5 @@ 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
31
-python3 "$X_PY" test --stage 2 src/tools/miri --target aarch64-apple-darwin
+#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