File tree 2 files changed +4
-0
lines changed
docker/host-x86_64/x86_64-gnu-tools
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ case $HOST_TARGET in
59
59
# "error: cannot produce cdylib for ... as the target ... does not support these crate types".
60
60
# Only run "pass" tests, which is quite a bit faster.
61
61
# FIXME: Re-enable this once CI issues are fixed
62
+ # See <https://github.com/rust-lang/rust/issues/127883>
63
+ # For now, these tests are moved to `x86_64-msvc-ext2` in `src/ci/github-actions/jobs.yml`.
62
64
# python3 "$X_PY" test --stage 2 src/tools/miri --target aarch64-apple-darwin --test-args pass
63
65
# python3 "$X_PY" test --stage 2 src/tools/miri --target i686-pc-windows-gnu --test-args pass
64
66
;;
Original file line number Diff line number Diff line change @@ -381,6 +381,8 @@ auto:
381
381
<< : *job-windows-8c
382
382
383
383
# Temporary builder to workaround CI issues
384
+ # See <https://github.com/rust-lang/rust/issues/127883>
385
+ # FIXME: Remove this, and re-enable the same tests in `checktools.sh`, once CI issues are fixed.
384
386
- image : x86_64-msvc-ext2
385
387
env :
386
388
SCRIPT : >
You can’t perform that action at this time.
0 commit comments