Skip to content

Commit

Permalink
keccak: replace CI tests on MIPS with PPC32 (#62)
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
tarcieri authored Sep 11, 2023
1 parent 4730c6f commit 651a34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/keccak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- i686-unknown-linux-gnu
- x86_64-unknown-linux-gnu
- aarch64-unknown-linux-gnu
- mips-unknown-linux-gnu
- powerpc-unknown-linux-gnu
features:
- no_unroll
- 'NO_FEATURE'
Expand Down

0 comments on commit 651a34e

Please sign in to comment.