Skip to content

Commit babead5

Browse files
committed
miri core/alloc tests: do not test a 2nd target
1 parent 5ff8fbb commit babead5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/bootstrap/mk/Makefile.in

-3
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,12 @@ check-aux:
5353
src/tools/cargotest \
5454
$(BOOTSTRAP_ARGS)
5555
# Run standard library tests in Miri.
56-
# We use a 64bit little-endian and a 32bit big-endian target for max coverage.
5756
$(Q)BOOTSTRAP_SKIP_TARGET_SANITY=1 \
5857
$(BOOTSTRAP) miri --stage 2 \
59-
--target x86_64-unknown-linux-gnu,mips-unknown-linux-gnu \
6058
library/core \
6159
library/alloc \
6260
--no-doc
6361
# Some doctests have intentional memory leaks.
64-
# Also, they work only on the host.
6562
$(Q)MIRIFLAGS="-Zmiri-ignore-leaks -Zmiri-disable-isolation" \
6663
$(BOOTSTRAP) miri --stage 2 \
6764
library/core \

0 commit comments

Comments
 (0)