about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorJens Reidel <adrian@travitia.xyz>2025-07-22 17:31:47 +0200
committerJens Reidel <adrian@travitia.xyz>2025-07-22 17:31:55 +0200
commitf5a33e88970ef3863a373682b72b533b0648ad63 (patch)
treeecd00c15b2912db84bedd7d8b2a787a0ccee7cd5 /src/bootstrap
parentc0b282f0ccdab7523cdb8dfa41b23bed5573da76 (diff)
Add powerpc64le-unknown-linux-musl to CI rustc targets
I missed this in the promotion to tier 2 with host tools.

Signed-off-by: Jens Reidel <adrian@travitia.xyz>
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/src/core/download.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/src/core/download.rs b/src/bootstrap/src/core/download.rs
index d7c6d8dbcc3..373fcd52052 100644
--- a/src/bootstrap/src/core/download.rs
+++ b/src/bootstrap/src/core/download.rs
@@ -875,6 +875,7 @@ pub(crate) fn is_download_ci_available(target_triple: &str, llvm_assertions: boo
         "powerpc-unknown-linux-gnu",
         "powerpc64-unknown-linux-gnu",
         "powerpc64le-unknown-linux-gnu",
+        "powerpc64le-unknown-linux-musl",
         "riscv64gc-unknown-linux-gnu",
         "s390x-unknown-linux-gnu",
         "x86_64-apple-darwin",