Skip to content

Commit aefa1c3

Browse files
authored
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.
2 parents a248ce9 + f5a33e8 commit aefa1c3

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)