From b9e69959c6a7c26159d2b7f3be1e7c92d1f13452 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 22 May 2025 08:41:18 +0200 Subject: [PATCH] run core and alloc tests with strict provenance --- src/bootstrap/mk/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in index 7e0eb473fb3f..1ef3e07acf01 100644 --- a/src/bootstrap/mk/Makefile.in +++ b/src/bootstrap/mk/Makefile.in @@ -54,7 +54,8 @@ check-aux: src/etc/test-float-parse \ $(BOOTSTRAP_ARGS) # Run standard library tests in Miri. - $(Q)$(BOOTSTRAP) miri --stage 2 \ + $(Q)MIRIFLAGS="-Zmiri-strict-provenance" \ + $(BOOTSTRAP) miri --stage 2 \ library/coretests \ library/alloctests \ library/alloc \