paritytech / parity-common

Collection of crates used in Parity projects
https://www.paritytech.io/
Apache License 2.0
282 stars 213 forks source link

Try fixing CI #817

Closed ordian closed 8 months ago

ordian commented 8 months ago

mips64-unknown-linux-muslabi64 target (used to test bigendian) was removed in 1.75.0.

The workaround for now is to pin the toolchain to 1.74.0. We could try using cross instead in the future.