Skip to content

Commit

Permalink
ci: remove MIPS64 test
Browse files Browse the repository at this point in the history
The target has been demoted from tier 2 to tier 3 in Rust 1.72 (rust-lang/compiler-team#648, rust-lang/rust#115238).

PowerPC is also big endian, so it serves the purpose of the MIPS64 test.
  • Loading branch information
eduardosm committed Aug 26, 2023
1 parent 3045792 commit f9d3562
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,9 @@ jobs:

non-amd64-test:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- cross_target: mips64-unknown-linux-gnuabi64
- cross_target: powerpc-unknown-linux-gnu
env:
CROSS_TARGET: ${{ matrix.cross_target }}
# used to test big endian and lack of 64-bit atomics
CROSS_TARGET: powerpc-unknown-linux-gnu
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit f9d3562

Please sign in to comment.