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
38
38
python3 " $X_PY " test --stage 2 src/tools/miri --target x86_64-pc-windows-gnu --test-args pass
39
39
;;
40
40
x86_64-pc-windows-msvc)
41
- python3 " $X_PY " test --stage 2 src/tools/miri --target i686-unknown-linux-gnu
42
41
python3 " $X_PY " test --stage 2 src/tools/miri --target x86_64-apple-darwin
43
42
# 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
44
44
python3 " $X_PY " test --stage 2 src/tools/miri --target aarch64-unknown-linux-gnu --test-args pass
45
45
python3 " $X_PY " test --stage 2 src/tools/miri --target s390x-unknown-linux-gnu --test-args pass
46
46
;;
You can’t perform that action at this time.
0 commit comments