Skip to content

Commit 473c9e7

Browse files
authored
Merge pull request #666 from nicholasbishop/bishop-strict-prov
xtask: Enable strict provenance checks in Miri
2 parents 8b24e02 + d8e469c commit 473c9e7

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)