RustCrypto / hashes

Collection of cryptographic hash functions written in pure Rust
1.84k stars 247 forks source link

CI: replace MIPS cross tests with PPC32 #503

Closed tarcieri closed 1 year ago

tarcieri commented 1 year ago

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.