We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dist.vendor
1 parent 7fff695 commit 7e0fb6eCopy full SHA for 7e0fb6e
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: 130110,
260
+ severity: ChangeSeverity::Info,
261
+ summary: "New option `dist.vendor` added to control whether bootstrap should vendor dependencies for dist tarball.",
262
+ },
263
];
0 commit comments