Skip to content

Commit c582847

Browse files
authored
Unrolled build for rust-lang#131877
Rollup merge of rust-lang#131877 - RalfJung:checktools-comment, r=ChrisDenton checktools.sh: add link to issue for more context about disabled Miri tests Adds some context for the changes made in rust-lang#130072.
2 parents acfdb8d + 4277160 commit c582847

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh

+2
Original file line numberDiff line numberDiff 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
;;

src/ci/github-actions/jobs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,8 @@ auto:
386386
<<: *job-windows-8c
387387

388388
# Temporary builder to workaround CI issues
389+
# See <https://github.com/rust-lang/rust/issues/127883>
390+
#FIXME: Remove this, and re-enable the same tests in `checktools.sh`, once CI issues are fixed.
389391
- image: x86_64-msvc-ext2
390392
env:
391393
SCRIPT: >

0 commit comments

Comments
 (0)