diff --git a/main/libsrtp/APKBUILD b/main/libsrtp/APKBUILD index cd02bcf4df3..2b64c2a8c4f 100644 --- a/main/libsrtp/APKBUILD +++ b/main/libsrtp/APKBUILD @@ -10,10 +10,6 @@ makedepends="libpcap-dev meson openssl-dev" subpackages="$pkgname-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/cisco/libsrtp/archive/refs/tags/v$pkgver.tar.gz" -case "$CARCH" in - s390x) options="$options !check" ;; -esac - build() { abuild-meson \ -Dtests="$(want_check && echo enabled || echo disabled)" \ @@ -24,7 +20,7 @@ build() { } check() { - meson test --print-errorlogs -C builddir + meson test --print-errorlogs -C builddir -t 5 } package() {