Skip to content

Commit 025352b

Browse files
committed
add change-tracker for new download-ci-llvm default
Signed-off-by: onur-ozkan <[email protected]>
1 parent 17ed2ae commit 025352b

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
@@ -265,4 +265,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
265265
severity: ChangeSeverity::Info,
266266
summary: "New option `dist.vendor` added to control whether bootstrap should vendor dependencies for dist tarball.",
267267
},
268+
ChangeInfo {
269+
change_id: 130529,
270+
severity: ChangeSeverity::Info,
271+
summary: "If `llvm.download-ci-llvm` is not defined, it defaults to `true`.",
272+
},
268273
];

0 commit comments

Comments
 (0)