Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information