We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2fc33 commit 8d5c47fCopy full SHA for 8d5c47f
src/bootstrap/mk/Makefile.in
@@ -76,10 +76,11 @@ check-aux:
76
$(BOOTSTRAP) miri --stage 2 library/std \
77
--doc -- \
78
--skip fs:: --skip net:: --skip process:: --skip sys::pal::
79
- # Also test some very target-specific modules on other targets.
+ # Also test some very target-specific modules on other targets
80
+ # (making sure to cover an i686 target as well).
81
$(Q)MIRIFLAGS="-Zmiri-disable-isolation" BOOTSTRAP_SKIP_TARGET_SANITY=1 \
82
- --target aarch64-apple-darwin,i686-pc-windows-gnu \
83
+ --target aarch64-apple-darwin,i686-pc-windows-msvc \
84
--no-doc -- \
85
time:: sync:: thread:: env::
86
dist:
0 commit comments