Skip to content

Commit 1b3fbbb

Browse files
committed
run fewer cross-target cargo-miri tests on Windows, they seem to not work on rustc CI
1 parent a783f39 commit 1b3fbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ case $HOST in
3838
python3 "$X_PY" test --stage 2 src/tools/miri --target x86_64-pc-windows-gnu --test-args pass
3939
;;
4040
x86_64-pc-windows-msvc)
41-
python3 "$X_PY" test --stage 2 src/tools/miri --target i686-unknown-linux-gnu
4241
python3 "$X_PY" test --stage 2 src/tools/miri --target x86_64-apple-darwin
4342
# Only run "pass" tests for the remaining targets, which is quite a bit faster.
43+
python3 "$X_PY" test --stage 2 src/tools/miri --target i686-unknown-linux-gnu --test-args pass
4444
python3 "$X_PY" test --stage 2 src/tools/miri --target aarch64-unknown-linux-gnu --test-args pass
4545
python3 "$X_PY" test --stage 2 src/tools/miri --target s390x-unknown-linux-gnu --test-args pass
4646
;;

0 commit comments

Comments
 (0)