Skip to content

Commit 36cd096

Browse files
committed
bootstrap: add CONFIG_CHANGE_HISTORY entry for build.tidy-extra-checks
1 parent 17aab7b commit 36cd096

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,4 +431,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
431431
severity: ChangeSeverity::Warning,
432432
summary: "It is no longer possible to `x build` with stage 0. All build commands have to be on stage 1+.",
433433
},
434+
ChangeInfo {
435+
change_id: 142924,
436+
severity: ChangeSeverity::Info,
437+
summary: "Added new option `build.tidy-extra-checks` to specify a default value for the --extra-checks cli flag.",
438+
},
434439
];

0 commit comments

Comments
 (0)