RustCrypto / hashes

Collection of cryptographic hash functions written in pure Rust
1.89k stars 256 forks source link

CI: fix `sha2` build #623

Closed tarcieri closed 1 month ago

tarcieri commented 1 month ago

The riscv64-zknh job was trying to install cross from git, and it no longer compiles.

This changes it to use our shared cross-install shared action

tarcieri commented 1 month ago

Hmmm...

running 14 tests
error: test failed, to rerun pass `-p sha2 --test mod`

Caused by:
  process didn't exit successfully: `/linux-runner riscv64 /target/riscv64gc-unknown-linux-gnu/debug/deps/mod-4c34f5276a8456c8` (signal: 4, SIGILL: illegal instruction)
test sha224_main ... 
Error: Process completed with exit code 101.