main/libsrtp: run tests on s390x

This commit is contained in:
Sertonix 2025-05-22 09:18:25 +00:00 committed by Patrycja Rosa
parent 2a2dbb3a25
commit c372c511c3

View File

@ -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() {