Skip to content

Commit 09ffaa2

Browse files
committed
CI: replace MIPS cross tests with PPC32
mips-unknown-linux-gnu is now a Tier 3 target: rust-lang/rust#115218. This means we can't use it for cross tests anymore since std is no longer built for it. This commit replaces it with powerpc-unknown-linux-gnu, a big endian Tier 2 target.
1 parent 42d3a25 commit 09ffaa2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/blake2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- stable
8989
target:
9090
- aarch64-unknown-linux-gnu
91-
- mips-unknown-linux-gnu
91+
- powerpc-unknown-linux-gnu
9292
features:
9393
- default
9494

.github/workflows/sha1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- stable
142142
target:
143143
- aarch64-unknown-linux-gnu
144-
- mips-unknown-linux-gnu
144+
- powerpc-unknown-linux-gnu
145145
features:
146146
- default
147147
# **** NOTE: Currently broken with `asm` feature enabled! See:

.github/workflows/sha2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- stable
132132
target:
133133
- aarch64-unknown-linux-gnu
134-
- mips-unknown-linux-gnu
134+
- powerpc-unknown-linux-gnu
135135
features:
136136
- default
137137
include:

.github/workflows/sha3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- stable
7979
target:
8080
- aarch64-unknown-linux-gnu
81-
- mips-unknown-linux-gnu
81+
- powerpc-unknown-linux-gnu
8282
features:
8383
- default
8484

0 commit comments

Comments
 (0)