mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-30 02:23:31 +00:00
keccak: replace CI tests on MIPS with PPC32 (#62)
`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.
This commit is contained in:
parent
4730c6fbba
commit
651a34ea2f
2
.github/workflows/keccak.yml
vendored
2
.github/workflows/keccak.yml
vendored
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user