Skip to content

Commit 25ba3ec

Browse files
committed
keccak: replace CI tests on MIPS 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 4730c6f commit 25ba3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/keccak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- i686-unknown-linux-gnu
9393
- x86_64-unknown-linux-gnu
9494
- aarch64-unknown-linux-gnu
95-
- mips-unknown-linux-gnu
95+
- powerpc-unknown-linux-gnu
9696
features:
9797
- no_unroll
9898
- 'NO_FEATURE'

0 commit comments

Comments
 (0)