Skip to content

Commit b096f90

Browse files
committed
checktools.sh: add link to issue for more context about disabled Miri tests
1 parent d9c4b8d commit b096f90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ case $HOST_TARGET in
5959
# "error: cannot produce cdylib for ... as the target ... does not support these crate types".
6060
# Only run "pass" tests, which is quite a bit faster.
6161
#FIXME: Re-enable this once CI issues are fixed
62+
# See <https://github.com/rust-lang/rust/issues/127883>
6263
#python3 "$X_PY" test --stage 2 src/tools/miri --target aarch64-apple-darwin --test-args pass
6364
#python3 "$X_PY" test --stage 2 src/tools/miri --target i686-pc-windows-gnu --test-args pass
6465
;;

0 commit comments

Comments
 (0)