diff --git a/testing/ndpi/APKBUILD b/testing/ndpi/APKBUILD index 6708c56537b..4fe219f836c 100644 --- a/testing/ndpi/APKBUILD +++ b/testing/ndpi/APKBUILD @@ -5,14 +5,14 @@ pkgver=2.2 pkgrel=1 pkgdesc="Open Source Deep Packet Inspection Software Toolkit" url="https://github.com/ntop/nDPI" -arch="all" +# armhf test fail without apparent cause +# s390x test hangs +arch="all !armhf !s390x" license="GPL-3.0" makedepends="autoconf automake libpcap-dev libtool" subpackages="$pkgname-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/ntop/nDPI/archive/$pkgver.tar.gz" builddir="$srcdir"/$_pkgreal-$pkgver -# armhf test fail without apparent cause -if [ "$CARCH" = "armhf" ]; then options="!check"; fi prepare() { cd "$builddir"