diff options
| author | Ralf Jung <post@ralfj.de> | 2024-04-22 19:50:09 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-04-22 19:50:09 +0200 |
| commit | 8d5c47f17fd8cb45ef40ae2b339c52eae807f8d4 (patch) | |
| tree | f72d23458f60a39c038c42071661f0234b24979b | |
| parent | 7f2fc33da6633f5a764ddc263c769b6b2873d167 (diff) | |
| download | rust-8d5c47f17fd8cb45ef40ae2b339c52eae807f8d4.tar.gz rust-8d5c47f17fd8cb45ef40ae2b339c52eae807f8d4.zip | |
miri libstd tests: test windows-msvc instead of windows-gnu
| -rw-r--r-- | src/bootstrap/mk/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in index d6e60d52d63..3cfd0240794 100644 --- a/src/bootstrap/mk/Makefile.in +++ b/src/bootstrap/mk/Makefile.in @@ -76,10 +76,11 @@ check-aux: $(BOOTSTRAP) miri --stage 2 library/std \ --doc -- \ --skip fs:: --skip net:: --skip process:: --skip sys::pal:: - # Also test some very target-specific modules on other targets. + # Also test some very target-specific modules on other targets + # (making sure to cover an i686 target as well). $(Q)MIRIFLAGS="-Zmiri-disable-isolation" BOOTSTRAP_SKIP_TARGET_SANITY=1 \ $(BOOTSTRAP) miri --stage 2 library/std \ - --target aarch64-apple-darwin,i686-pc-windows-gnu \ + --target aarch64-apple-darwin,i686-pc-windows-msvc \ --no-doc -- \ time:: sync:: thread:: env:: dist: |
