Skip to content

Commit

Permalink
Replace MIPS CI tests with PPC64
Browse files Browse the repository at this point in the history
MIPS is now a tier 3 target and is missing the rust-std component
needed to run the tests. PPC64 Linux is a tier 2 target and has the
rust-std component.
  • Loading branch information
jturner314 committed Sep 14, 2024
1 parent d3acef5 commit b005c87
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ jobs:
include:
# 64-bit, big-endian
- rust: stable
target: mips64-unknown-linux-gnuabi64
# 32-bit, big-endian
- rust: stable
target: mips-unknown-linux-gnu
target: powerpc64-unknown-linux-gnu
# 32-bit, little-endian
- rust: stable
target: i686-unknown-linux-gnu
Expand Down

0 comments on commit b005c87

Please sign in to comment.