We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a4fa5 commit 8295d33Copy full SHA for 8295d33
src/bootstrap/src/utils/change_tracker.rs
@@ -576,4 +576,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
576
severity: ChangeSeverity::Info,
577
summary: "`llvm.enzyme` now works with `download-ci-llvm=true`.",
578
},
579
+ ChangeInfo {
580
+ change_id: 148636,
581
+ severity: ChangeSeverity::Info,
582
+ summary: "The `build.python` option is now respected on macOS (previously ignored).",
583
+ },
584
];
0 commit comments