diff options
| author | Jens Reidel <adrian@travitia.xyz> | 2025-07-22 17:31:47 +0200 |
|---|---|---|
| committer | Jens Reidel <adrian@travitia.xyz> | 2025-07-22 17:31:55 +0200 |
| commit | f5a33e88970ef3863a373682b72b533b0648ad63 (patch) | |
| tree | ecd00c15b2912db84bedd7d8b2a787a0ccee7cd5 | |
| parent | c0b282f0ccdab7523cdb8dfa41b23bed5573da76 (diff) | |
| download | rust-f5a33e88970ef3863a373682b72b533b0648ad63.tar.gz rust-f5a33e88970ef3863a373682b72b533b0648ad63.zip | |
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>
| -rw-r--r-- | src/bootstrap/src/core/download.rs | 1 |
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", |
