We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e2cbb commit db5d9b7Copy full SHA for db5d9b7
src/bootstrap/src/utils/change_tracker.rs
@@ -375,4 +375,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
375
severity: ChangeSeverity::Info,
376
summary: "There is now a new `gcc` config section that can be used to download GCC from CI using `gcc.download-ci-gcc = true`",
377
},
378
+ ChangeInfo {
379
+ change_id: 137147,
380
+ severity: ChangeSeverity::Info,
381
+ summary: "New option `build.exclude` that adds support for excluding test.",
382
+ },
383
];
0 commit comments