Skip to content

Commit 4172b4c

Browse files
committed
Add change tracker entry
1 parent 47eafd4 commit 4172b4c

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
@@ -365,4 +365,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
365365
severity: ChangeSeverity::Info,
366366
summary: "`rust.channel` now supports \"auto-detect\" to load the channel from `src/ci/channel`",
367367
},
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+
},
368373
];

0 commit comments

Comments
 (0)