File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/ci/docker/host-x86_64/x86_64-gnu-tools Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ;;
You can’t perform that action at this time.
0 commit comments