Skip to content

Commit c788378

Browse files
committed
ci: drop mips, add powerpc and s390x
The main reason we used mips before was to get test coverage on a big endian target. Now that mips no longer seems to work[1], I wanted to add at least one other big endian target. From the tier 2 supported platforms[2], the only big endian targets I could find were powerpc and s390x. So we just add both here. [1]: rust-lang/compiler-team#648 [2]: https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-2-with-host-tools
1 parent de03399 commit c788378

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,14 @@ jobs:
5454
os: ubuntu-latest
5555
rust: stable
5656
target: i686-unknown-linux-gnu
57-
- build: stable-mips
57+
- build: stable-powerpc64
5858
os: ubuntu-latest
5959
rust: stable
60-
target: mips64-unknown-linux-gnuabi64
60+
target: powerpc64-unknown-linux-gnu
61+
- build: stable-s390x
62+
os: ubuntu-latest
63+
rust: stable
64+
target: s390x-unknown-linux-gnu
6165
- build: beta
6266
os: ubuntu-latest
6367
rust: beta

0 commit comments

Comments
 (0)