Skip to content

Commit

Permalink
Remove mips support
Browse files Browse the repository at this point in the history
  • Loading branch information
slai11 committed May 4, 2024
1 parent 5591a52 commit 476ad9d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ jobs:
# targets of 'stable' and 'beta' for good measure.
- pinned
- stable
# Our release builds are generated by a nightly compiler to take
# advantage of the latest optimizations/compile time improvements. So
# we test all of them here. (We don't do mips releases, but test on
# mips for big-endian coverage.)
- musl
- mips
- arm
- macos
- win-msvc
Expand All @@ -48,10 +43,6 @@ jobs:
os: ubuntu-22.04
rust: stable
target: x86_64-unknown-linux-musl
- build: mips
os: ubuntu-22.04
rust: stable
target: mips64-unknown-linux-gnuabi64
- build: arm
os: ubuntu-22.04
rust: stable
Expand Down

0 comments on commit 476ad9d

Please sign in to comment.