Skip to content

Commit 79c4ef7

Browse files
xtask: Enable strict provenance checks in Miri
1 parent c854578 commit 79c4ef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 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)