From 21abd6a4177de0e0ba858831cfcca7f5cc550d9a Mon Sep 17 00:00:00 2001 From: Justin Kilpatrick Date: Sat, 9 Sep 2023 07:45:18 -0400 Subject: [PATCH] Remove mips64 builds from ci These have been demoted upstream in rust and we don't really use any targets with them. --- .github/workflows/rust.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0c616dc06..0ccc1a885 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -64,22 +64,6 @@ jobs: - uses: Swatinem/rust-cache@v1 - name: Cross test mipsel run: cargo install cross && cross test --target mipsel-unknown-linux-musl --verbose -- --test-threads=1 - cross-mips64: - needs: test - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: Swatinem/rust-cache@v1 - - name: Cross test mips64 - run: cargo install cross && cross test --target mips64-unknown-linux-gnuabi64 --verbose -- --test-threads=1 - cross-mips64el: - needs: test - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: Swatinem/rust-cache@v1 - - name: Cross test mips64el - run: cargo install cross && cross test --target mips64el-unknown-linux-gnuabi64 --verbose -- --test-threads=1 cross-aarch64: needs: test runs-on: ubuntu-latest