diff options
| author | bors <bors@rust-lang.org> | 2023-08-31 07:23:55 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-08-31 07:23:55 +0000 |
| commit | 6f036743422837076353e6369acb017da987fdac (patch) | |
| tree | e64a4bffa1b5c7262bdc0863febf4ec3d1f2cc79 | |
| parent | 2518c0ffeb112b5ecf409c5ea7825b46bb3db8ec (diff) | |
| parent | d86be8d32e4bfc2db39817464f6932831272b4f9 (diff) | |
| download | rust-6f036743422837076353e6369acb017da987fdac.tar.gz rust-6f036743422837076353e6369acb017da987fdac.zip | |
Auto merge of #3045 - RalfJung:tier1-ci, r=RalfJung
make sure we test all tier 1 targets i686-pc-windows-gnu was missing (and i686-pc-windows-msvc was being tested twice, as host and foreign target).
| -rwxr-xr-x | src/tools/miri/ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/ci.sh b/src/tools/miri/ci.sh index 3146ef41a3b..a3fc68e6758 100755 --- a/src/tools/miri/ci.sh +++ b/src/tools/miri/ci.sh @@ -107,7 +107,7 @@ case $HOST_TARGET in MIRI_TEST_TARGET=i686-unknown-linux-gnu run_tests MIRI_TEST_TARGET=aarch64-unknown-linux-gnu run_tests MIRI_TEST_TARGET=aarch64-apple-darwin run_tests - MIRI_TEST_TARGET=i686-pc-windows-msvc run_tests + MIRI_TEST_TARGET=i686-pc-windows-gnu run_tests MIRI_TEST_TARGET=x86_64-unknown-freebsd run_tests_minimal hello integer vec panic/panic concurrency/simple atomic data_race env/var MIRI_TEST_TARGET=aarch64-linux-android run_tests_minimal hello integer vec panic/panic MIRI_TEST_TARGET=wasm32-wasi run_tests_minimal no_std integer strings |
