Skip to content

Commit d8e469c

Browse files
nicholasbishopphip1611
authored andcommitted
xtask: Enable strict provenance checks in Miri
1 parent 8b24e02 commit d8e469c

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
@@ -269,6 +269,7 @@ impl Cargo {
269269
CargoAction::Miri => {
270270
action = "miri";
271271
sub_action = Some("test");
272+
cmd.env("MIRIFLAGS", "-Zmiri-strict-provenance");
272273
}
273274
CargoAction::Test => {
274275
action = "test";

0 commit comments

Comments
 (0)