Skip to content

Commit 092b1b1

Browse files
authored
Rollup merge of #131877 - RalfJung:checktools-comment, r=jieyouxu
checktools.sh: add link to issue for more context about disabled Miri tests Adds some context for the changes made in #130072.
2 parents e03847f + b096f90 commit 092b1b1

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)