aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/laz-perf/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/laz-perf/APKBUILD b/testing/laz-perf/APKBUILD
index 832f435ce5..72b0f5332f 100644
--- a/testing/laz-perf/APKBUILD
+++ b/testing/laz-perf/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.3.0
pkgrel=1
pkgdesc="Alternative LAZ implementation for C++ and JavaScript"
url="https://github.com/hobu/laz-perf"
-arch="all !armhf !armv7 !s390x" # armhf: io_test segfaults
+arch="all !armhf !armv7 !s390x !mips !mips64" # armhf: io_test segfaults
license="LGPL-2.0-or-later"
makedepends="cmake"
subpackages="$pkgname-dev"