testing/ndpi: disable on armhf and s390x

tests fails on armhf without any apparent reason and tests hangs on
s390x. Disable.
This commit is contained in:
Natanael Copa 2018-02-05 22:07:45 +00:00
parent 84aaa68d9e
commit 08227c58b7

View File

@ -5,14 +5,14 @@ pkgver=2.2
pkgrel=1 pkgrel=1
pkgdesc="Open Source Deep Packet Inspection Software Toolkit" pkgdesc="Open Source Deep Packet Inspection Software Toolkit"
url="https://github.com/ntop/nDPI" 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" license="GPL-3.0"
makedepends="autoconf automake libpcap-dev libtool" makedepends="autoconf automake libpcap-dev libtool"
subpackages="$pkgname-dev" subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/ntop/nDPI/archive/$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/ntop/nDPI/archive/$pkgver.tar.gz"
builddir="$srcdir"/$_pkgreal-$pkgver builddir="$srcdir"/$_pkgreal-$pkgver
# armhf test fail without apparent cause
if [ "$CARCH" = "armhf" ]; then options="!check"; fi
prepare() { prepare() {
cd "$builddir" cd "$builddir"