Skip to content

Commit f9d3562

Browse files
committed
ci: remove MIPS64 test
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.
1 parent 3045792 commit f9d3562

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,9 @@ jobs:
176176

177177
non-amd64-test:
178178
runs-on: ubuntu-latest
179-
strategy:
180-
matrix:
181-
include:
182-
- cross_target: mips64-unknown-linux-gnuabi64
183-
- cross_target: powerpc-unknown-linux-gnu
184179
env:
185-
CROSS_TARGET: ${{ matrix.cross_target }}
180+
# used to test big endian and lack of 64-bit atomics
181+
CROSS_TARGET: powerpc-unknown-linux-gnu
186182
steps:
187183
- uses: actions/checkout@v3
188184
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)