Skip to content

Commit b5d69ba

Browse files
committed
add change entry for "tools" and "library" profile update
Signed-off-by: onur-ozkan <[email protected]>
1 parent ed89d9b commit b5d69ba

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
@@ -255,4 +255,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
255255
severity: ChangeSeverity::Warning,
256256
summary: "`download-ci-llvm = true` now checks if CI llvm is available and has become the default for the compiler profile",
257257
},
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+
},
258263
];

0 commit comments

Comments
 (0)