From 070eee02718590f005318ab0ece45632c78d98b4 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sat, 27 Jan 2024 15:19:38 +0800 Subject: [PATCH] Remove the Linux MIPS targets from the tests This target is no longer supported by the Rust compiler. --- .github/workflows/test.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c44ac9..d0f5335 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,38 +69,6 @@ jobs: expect_stripped: "--no-expect-stripped" can_test: true - - platform_name: Linux-mips - os: ubuntu-20.04 - target: mips-unknown-linux-musl - expect_file_re: "MIPS32.+mips-" - expect_cross: "--expect-cross" - expect_stripped: "--no-expect-stripped" - can_test: true - - - platform_name: Linux-mipsel - os: ubuntu-20.04 - target: mipsel-unknown-linux-musl - expect_file_re: "MIPS32.+mipsel-" - expect_cross: "--expect-cross" - expect_stripped: "--no-expect-stripped" - can_test: true - - - platform_name: Linux-mips64 - os: ubuntu-20.04 - target: mips64-unknown-linux-muslabi64 - expect_file_re: "MIPS64" - expect_cross: "--expect-cross" - expect_stripped: "--no-expect-stripped" - can_test: true - - - platform_name: Linux-mips64el - os: ubuntu-20.04 - target: mips64el-unknown-linux-muslabi64 - expect_file_re: "MIPS64" - expect_cross: "--expect-cross" - expect_stripped: "--no-expect-stripped" - can_test: true - - platform_name: Linux-powerpc os: ubuntu-20.04 target: powerpc-unknown-linux-gnu