Skip to content

Commit f9e0f8f

Browse files
authored
Unrolled build for #145703
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.
2 parents 6ba0ce4 + a75aed3 commit f9e0f8f

File tree

1 file changed

+0
-4
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+0
-4
lines changed

src/bootstrap/src/core/build_steps/llvm.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,6 @@ pub(crate) fn is_ci_llvm_available_for_target(
220220
("armv7-unknown-linux-gnueabihf", false),
221221
("loongarch64-unknown-linux-gnu", false),
222222
("loongarch64-unknown-linux-musl", false),
223-
("mips-unknown-linux-gnu", false),
224-
("mips64-unknown-linux-gnuabi64", false),
225-
("mips64el-unknown-linux-gnuabi64", false),
226-
("mipsel-unknown-linux-gnu", false),
227223
("powerpc-unknown-linux-gnu", false),
228224
("powerpc64-unknown-linux-gnu", false),
229225
("powerpc64le-unknown-linux-gnu", false),

0 commit comments

Comments
 (0)