We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed89d9b commit b5d69baCopy full SHA for b5d69ba
src/bootstrap/src/utils/change_tracker.rs
@@ -255,4 +255,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
255
severity: ChangeSeverity::Warning,
256
summary: "`download-ci-llvm = true` now checks if CI llvm is available and has become the default for the compiler profile",
257
},
258
+ ChangeInfo {
259
+ change_id: 130202,
260
+ severity: ChangeSeverity::Info,
261
+ summary: "'tools' and 'library' profiles switched `download-ci-llvm` option from `if-unchanged` to `true`.",
262
+ },
263
];
0 commit comments