about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2025-07-07 19:30:37 +0800
committerJieyou Xu <jieyouxu@outlook.com>2025-07-07 19:30:37 +0800
commit979d7b2ca13eeecd2400fc9430088c39f8a17f53 (patch)
tree58523a493323e6dffb53f65b0a238a820fdfdf76
parent9adbf6270ec86af6f3cd28e5a315553a034b0d4d (diff)
downloadrust-979d7b2ca13eeecd2400fc9430088c39f8a17f53.tar.gz
rust-979d7b2ca13eeecd2400fc9430088c39f8a17f53.zip
Add change tracker entry for disabling `download-rustc` temporarily
-rw-r--r--src/bootstrap/src/utils/change_tracker.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bootstrap/src/utils/change_tracker.rs b/src/bootstrap/src/utils/change_tracker.rs
index aa968ea3d98..424f211c7d4 100644
--- a/src/bootstrap/src/utils/change_tracker.rs
+++ b/src/bootstrap/src/utils/change_tracker.rs
@@ -456,4 +456,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
         severity: ChangeSeverity::Warning,
         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.",
     },
+    ChangeInfo {
+        change_id: 143577,
+        severity: ChangeSeverity::Warning,
+        summary: "`download-rustc` has been temporarily disabled for the library profile due to implementation bugs (see #142505).",
+    },
 ];