We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e03847f + b096f90 commit 092b1b1Copy full SHA for 092b1b1
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