whisperfish / libsignal-service-rs

A Rust version of the libsignal-service-java library for communicating with Signal servers.
https://whisperfish.github.io/libsignal-service-rs/libsignal_service
GNU Affero General Public License v3.0
69 stars 32 forks source link

Reconsider AWS-LC #316

Open direc85 opened 3 months ago

direc85 commented 3 months ago

Since aws-lc-sys doesn't officially support arm32/armv7hl, let alone compile in sfdk for the arch because bindgen dependency fails, we moved back to ring.

Try to get aws-lc-sys/bindgen compile under sfdk, or wait until it gets proper support, or fork and provide the missing precompiled bits.