You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Openssl was updated, however, an issue with openssl-sys when building the 32bit android library is still present in newer versions. See: sfackler/rust-openssl#2163
32bit library is used for the android tv emulator and is the recommended architecture for the emulator so for the time being we should also build it.
For now we use openssl-sys = { version = "=0.9.92" } with openssl = { version = "=0.10.57" }.
After a recent update of dependencies, OpenSSL was failing to build and we had to apply a patch for
openssl-src
.Our applied fix is this one:
alexcrichton/openssl-src-rs@release/111...Stremio:openssl-src-rs:release/111
Follow up on PR alexcrichton/openssl-src-rs#196 and issue alexcrichton/openssl-src-rs#188
The text was updated successfully, but these errors were encountered: