File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
docker/host-x86_64/x86_64-gnu-tools Expand file tree Collapse file tree 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
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>
63+ # For now, these tests are moved to `x86_64-msvc-ext2` in `src/ci/github-actions/jobs.yml`.
6264 # python3 "$X_PY" test --stage 2 src/tools/miri --target aarch64-apple-darwin --test-args pass
6365 # python3 "$X_PY" test --stage 2 src/tools/miri --target i686-pc-windows-gnu --test-args pass
6466 ;;
Original file line number Diff line number Diff line change @@ -381,6 +381,8 @@ auto:
381381 << : *job-windows-8c
382382
383383 # 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.
384386 - image : x86_64-msvc-ext2
385387 env :
386388 SCRIPT : >
You can’t perform that action at this time.
0 commit comments