mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/libsrtp: run tests on s390x
This commit is contained in:
parent
2a2dbb3a25
commit
c372c511c3
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user