We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde1bb8 commit d795740Copy full SHA for d795740
src/bootstrap/src/utils/change_tracker.rs
@@ -365,4 +365,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
365
severity: ChangeSeverity::Info,
366
summary: "`rust.channel` now supports \"auto-detect\" to load the channel from `src/ci/channel`",
367
},
368
+ ChangeInfo {
369
+ change_id: 0,
370
+ severity: ChangeSeverity::Info,
371
+ summary: "There is now a new `gcc` config section that can be used to download GCC from CI using `gcc.download-ci-gcc = true`",
372
+ },
373
];
0 commit comments