We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c4b8d commit b096f90Copy full SHA for b096f90
src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh
@@ -59,6 +59,7 @@ case $HOST_TARGET in
59
# "error: cannot produce cdylib for ... as the target ... does not support these crate types".
60
# Only run "pass" tests, which is quite a bit faster.
61
#FIXME: Re-enable this once CI issues are fixed
62
+ # See <https://github.com/rust-lang/rust/issues/127883>
63
#python3 "$X_PY" test --stage 2 src/tools/miri --target aarch64-apple-darwin --test-args pass
64
#python3 "$X_PY" test --stage 2 src/tools/miri --target i686-pc-windows-gnu --test-args pass
65
;;
0 commit comments