about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2025-08-21 17:57:57 -0400
committerGitHub <noreply@github.com>2025-08-21 17:57:57 -0400
commit01f353af05646c54a4da3460c947aaac7eae50ee (patch)
treeb67e4a0a9addc06c5cf4ef1bafcea03c8ed0a120
parentcc98a849c856dddcab0d2aef7b79dcf341d5c66b (diff)
parenta75aed356a4e42c461f1fdc29b3ed2c67b17318e (diff)
downloadrust-01f353af05646c54a4da3460c947aaac7eae50ee.tar.gz
rust-01f353af05646c54a4da3460c947aaac7eae50ee.zip
Rollup merge of #145703 - Gelbpunkt:ci-llvm-mips, r=Kobzol
Remove MIPS targets from CI LLVM platforms

All of these were demoted to tier 3 a while ago and we aren't building LLVM for them anymore.
-rw-r--r--src/bootstrap/src/core/build_steps/llvm.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bootstrap/src/core/build_steps/llvm.rs b/src/bootstrap/src/core/build_steps/llvm.rs
index 260108292e0..024cac2f2fe 100644
--- a/src/bootstrap/src/core/build_steps/llvm.rs
+++ b/src/bootstrap/src/core/build_steps/llvm.rs
@@ -220,10 +220,6 @@ pub(crate) fn is_ci_llvm_available_for_target(
         ("armv7-unknown-linux-gnueabihf", false),
         ("loongarch64-unknown-linux-gnu", false),
         ("loongarch64-unknown-linux-musl", false),
-        ("mips-unknown-linux-gnu", false),
-        ("mips64-unknown-linux-gnuabi64", false),
-        ("mips64el-unknown-linux-gnuabi64", false),
-        ("mipsel-unknown-linux-gnu", false),
         ("powerpc-unknown-linux-gnu", false),
         ("powerpc64-unknown-linux-gnu", false),
         ("powerpc64le-unknown-linux-gnu", false),