Skip to content

Commit dab61db

Browse files
committed
bootstrap: add change tracker entry
1 parent 835f5f0 commit dab61db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

+5
Original file line numberDiff line numberDiff line change
@@ -305,4 +305,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
305305
severity: ChangeSeverity::Info,
306306
summary: "`rust.llvm-tools` is now enabled by default when no `config.toml` is provided.",
307307
},
308+
ChangeInfo {
309+
change_id: 133068,
310+
severity: ChangeSeverity::Warning,
311+
summary: "Revert `rust.download-rustc` global default to `false` and only use `rust.download-rustc = \"if-unchanged\"` default for library and tools profile. As alt CI rustc is built without debug assertions, `rust.debug-assertions = true` will now inhibit downloading CI rustc.",
312+
},
308313
];

0 commit comments

Comments
 (0)