From c372c511c31b80ed46dffd562ad55ff5007e2a95 Mon Sep 17 00:00:00 2001 From: Sertonix Date: Thu, 22 May 2025 09:18:25 +0000 Subject: [PATCH] main/libsrtp: run tests on s390x --- main/libsrtp/APKBUILD | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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() {