diff options
| author | Jens Reidel <adrian@travitia.xyz> | 2025-08-21 09:04:28 +0200 |
|---|---|---|
| committer | Jens Reidel <adrian@travitia.xyz> | 2025-08-21 09:04:35 +0200 |
| commit | a75aed356a4e42c461f1fdc29b3ed2c67b17318e (patch) | |
| tree | 633a21b8c962821cfadf0c05c676a71b9979ac12 /src/bootstrap | |
| parent | 040a98af70f0a7da03f3d5356531b28a2a7a77e4 (diff) | |
| download | rust-a75aed356a4e42c461f1fdc29b3ed2c67b17318e.tar.gz rust-a75aed356a4e42c461f1fdc29b3ed2c67b17318e.zip | |
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. Signed-off-by: Jens Reidel <adrian@travitia.xyz>
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/src/core/build_steps/llvm.rs | 4 |
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), |
