mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
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:
parent
84aaa68d9e
commit
08227c58b7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user