aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-14 21:04:15 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-14 21:04:15 +0000
commit5b8a33ee445dad2dcf327a0e2d293014ad19fd4b (patch)
treea5919d2dbec084a52564de0ee27c3072de8e2c48 /testing
parent968c24a4225635826f41c131d3890ed634ce6ec4 (diff)
downloadaports-5b8a33ee445dad2dcf327a0e2d293014ad19fd4b.tar.bz2
aports-5b8a33ee445dad2dcf327a0e2d293014ad19fd4b.tar.xz
testing/ndpi: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/ndpi/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ndpi/APKBUILD b/testing/ndpi/APKBUILD
index 80553de381..f5b9e0fe85 100644
--- a/testing/ndpi/APKBUILD
+++ b/testing/ndpi/APKBUILD
@@ -6,8 +6,8 @@ pkgrel=1
pkgdesc="Open Source Deep Packet Inspection Software Toolkit"
url="https://github.com/ntop/nDPI"
# armhf test fail without apparent cause
-# s390x test hangs
-arch="all !armhf !armv7 !s390x"
+# s390x/mips test hangs (big-endian)
+arch="all !armhf !armv7 !s390x !mips !mips64"
license="GPL-3.0"
makedepends="autoconf automake libpcap-dev libtool"
subpackages="$pkgname-dev"