Skip to content

Commit

Permalink
Remove mips64 builds from ci
Browse files Browse the repository at this point in the history
These have been demoted upstream in rust and we don't really use any
targets with them.
  • Loading branch information
jkilpatr committed Sep 9, 2023
1 parent 66b25e4 commit 21abd6a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21abd6a

Please sign in to comment.