Skip to content

Commit a157e0e

Browse files
committed
Miri: disable macOS testing for now
1 parent 84e6732 commit a157e0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ python3 "$X_PY" test --stage 2 src/tools/miri
2828
# We natively run this script on x86_64-unknown-linux-gnu and x86_64-pc-windows-msvc.
2929
# Also cover some other targets (on both of these hosts) via cross-testing.
3030
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
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

Comments
 (0)