Skip to content

Commit f5a33e8

Browse files
committed
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>
1 parent c0b282f commit f5a33e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/core/download.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,7 @@ pub(crate) fn is_download_ci_available(target_triple: &str, llvm_assertions: boo
875875
"powerpc-unknown-linux-gnu",
876876
"powerpc64-unknown-linux-gnu",
877877
"powerpc64le-unknown-linux-gnu",
878+
"powerpc64le-unknown-linux-musl",
878879
"riscv64gc-unknown-linux-gnu",
879880
"s390x-unknown-linux-gnu",
880881
"x86_64-apple-darwin",

0 commit comments

Comments
 (0)