From 5b8a33ee445dad2dcf327a0e2d293014ad19fd4b Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Tue, 14 Apr 2020 21:04:15 +0000 Subject: testing/ndpi: disable on mips --- testing/ndpi/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') 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" -- cgit v1.2.3