mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
The Conscrypt library does not have a native library suitable for running on the ARM MacBooks. As a result, unit tests that rely on Conscrypt also don't work on this hardware. Fortunately, though, the tests will pass without Conscrypt anyway. As a workaround, we can avoid using Conscrypt only when running the unit test suite on these machines. See also: https://github.com/google/conscrypt/issues/1034 Resolves #13382.