about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-07-23 15:59:33 +0200
committerGitHub <noreply@github.com>2025-07-23 15:59:33 +0200
commit8400f1429bd65cc3d40a5165b221d2a466c693af (patch)
tree3dd6c66e6f322522f9cf3876323fdad51b76a783
parent7ec557ce724fdd9950b089fa4f7f90c599841b06 (diff)
parentf5a33e88970ef3863a373682b72b533b0648ad63 (diff)
downloadrust-8400f1429bd65cc3d40a5165b221d2a466c693af.tar.gz
rust-8400f1429bd65cc3d40a5165b221d2a466c693af.zip
Rollup merge of #144311 - Gelbpunkt:ci-rustc-ppc64le-musl, r=Kobzol
Add powerpc64le-unknown-linux-musl to CI rustc targets

I missed this in the promotion to tier 2 with host tools.
-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",