miri libstd tests: test windows-msvc instead of windows-gnu
This commit is contained in:
parent
7f2fc33da6
commit
8d5c47f17f
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue