Skip to content

Commit

Permalink
Remove MIPS target check from CI
Browse files Browse the repository at this point in the history
MIPS was used as a test platform without 64-bit atomics, but it was
apparently downgraded to tier 3 and is currently broken.
  • Loading branch information
sbarral committed Apr 22, 2024
1 parent fb6e4f9 commit 4d4ca61
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,7 @@ jobs:
toolchain: ${{ matrix.rust }}

- name: Run cargo check
run: cargo check --benches

check-no-atomic-u64:
name: Check (no AtomicU64)
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3

- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
with:
targets: mips-unknown-linux-gnu

- name: Run cargo check
run: cargo check --target mips-unknown-linux-gnu --no-default-features
run: cargo check

test:
name: Test suite
Expand Down

0 comments on commit 4d4ca61

Please sign in to comment.