pajowu / signal-backup-decode

Decode Signal Backups
GNU General Public License v3.0
212 stars 17 forks source link

rust-crypto is unmaintained and blocking aarch64 builds #27

Closed sburris0 closed 3 years ago

sburris0 commented 3 years ago

Hi, the void package is mostly finished but build fails on aarch64 and aarch64-musl. rust-crypto is no longer maintained and will not build on ARMv8, https://github.com/RustCrypto is the replacement.

There is also a suggestion to regenerate .rs files from the .proto because protobuf::lazy::Lazy is deprecated. Full log aarch64 build log: https://travis-ci.org/github/void-linux/void-packages/jobs/707474030

pajowu commented 3 years ago

This should be fixed with #25 which I plan to merge this week