Skip to content

Commit b9e6995

Browse files
committed
run core and alloc tests with strict provenance
1 parent 6eb1afa commit b9e6995

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bootstrap/mk/Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ check-aux:
5454
src/etc/test-float-parse \
5555
$(BOOTSTRAP_ARGS)
5656
# Run standard library tests in Miri.
57-
$(Q)$(BOOTSTRAP) miri --stage 2 \
57+
$(Q)MIRIFLAGS="-Zmiri-strict-provenance" \
58+
$(BOOTSTRAP) miri --stage 2 \
5859
library/coretests \
5960
library/alloctests \
6061
library/alloc \

0 commit comments

Comments
 (0)