Skip to content

Commit 979d7b2

Browse files
committed
Add change tracker entry for disabling download-rustc temporarily
1 parent 9adbf62 commit 979d7b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,4 +456,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
456456
severity: ChangeSeverity::Warning,
457457
summary: "The default check stage has been changed to 1. It is no longer possible to `x check` with stage 0. All check commands have to be on stage 1+. Bootstrap tools can now also only be checked for the host target.",
458458
},
459+
ChangeInfo {
460+
change_id: 143577,
461+
severity: ChangeSeverity::Warning,
462+
summary: "`download-rustc` has been temporarily disabled for the library profile due to implementation bugs (see #142505).",
463+
},
459464
];

0 commit comments

Comments
 (0)