Removed the warning about libsignal_jni.so builds for older Linux versions "containing references to functions only available in newer versions of glibc" – Code analysis shows that there are fallbacks in place, see https://github.com/exquo/signal-libs-build/issues/21#issuecomment-2293838085

Markus Ueberall 2024-08-16 19:16:46 +02:00
parent e5ee7dad07
commit d596fddf2c

@ -25,7 +25,6 @@ Builds for some additional platforms are available in
* `libsignal_jni_soNNNN_ubuntu1804_{amd64,i686,arm64,armv7,mips64el,mipsel,s390x,sparc64}.gz` _(these require `glibc` v2.25 or newer)_
* `libsignal_jni_soNNNN_ubuntu1604_{ppc64,ppc64el}.gz` _(these require `glibc` v2.22 or newer)_
* `libsignal_jni_soNNNN_ubuntu1604_{amd64,i686,arm64,armv7,mips64el,mipsel,powerpc,s390x,sparc64}.gz` _(these require `glibc` v2.18 or newer)_
* **WARNING:** Current test builds contain references to `glibc` functions only available from v2.28, v2.25, respectively; depending on your use case(s), this might lead to errors (_work-in-progress_)
## Manual build