Skip to content

Commit 55c81ae

Browse files
xtask: Enable strict provenance checks in Miri
1 parent 11ccc4c commit 55c81ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xtask/src/cargo.rs

+1
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ impl Cargo {
261261
CargoAction::Miri => {
262262
action = "miri";
263263
sub_action = Some("test");
264+
cmd.env("MIRIFLAGS", "-Zmiri-strict-provenance");
264265
}
265266
CargoAction::Test => {
266267
action = "test";

0 commit comments

Comments
 (0)