Skip to content

Commit

Permalink
[ci] Don't test on MIPS (google#499)
Browse files Browse the repository at this point in the history
* [ci] Don't test on MIPS

MIPS targets have been consistently unavailable recently, which
has blocked our ability to roll the nightly toolchain.

* Update ci.yml
  • Loading branch information
joshlf authored Oct 13, 2023
1 parent d2e5e9e commit 63679b1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
"powerpc-unknown-linux-gnu",
"powerpc64-unknown-linux-gnu",
"riscv64gc-unknown-linux-gnu",
"mips-unknown-linux-gnu",
"mips64-unknown-linux-gnuabi64",
"s390x-unknown-linux-gnu",
"wasm32-wasi"
]
Expand All @@ -69,12 +67,6 @@ jobs:
features: "--features __internal_use_only_features_that_work_on_stable"
- crate: "zerocopy-derive"
features: "--all-features"
# Exclude any combination in which the target is unavailable on
# the given toolchain.
- toolchain: "stable"
target: "mips-unknown-linux-gnu"
- toolchain: "stable"
target: "mips64-unknown-linux-gnuabi64"

name: Build & Test (crate:${{ matrix.crate }}, toolchain:${{ matrix.toolchain }}, target:${{ matrix.target }}, features:${{ matrix.features }})

Expand Down

0 comments on commit 63679b1

Please sign in to comment.