aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 18:05:36 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 18:05:36 +0000
commit5e3dffc309dfb068131fbae7fa0c425cffb44567 (patch)
tree560013ab03fc38ce5fa311b541454e9cf124c167 /testing
parent18067816ed9c38fe2a23479a309a6b57f5137208 (diff)
downloadaports-5e3dffc309dfb068131fbae7fa0c425cffb44567.tar.bz2
aports-5e3dffc309dfb068131fbae7fa0c425cffb44567.tar.xz
testing/lzbench: disable on mips
(also this code is not 64-bit-pointer-safe.)
Diffstat (limited to 'testing')
-rw-r--r--testing/lzbench/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lzbench/APKBUILD b/testing/lzbench/APKBUILD
index 060dacd1a3..a025127402 100644
--- a/testing/lzbench/APKBUILD
+++ b/testing/lzbench/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.8
pkgrel=0
pkgdesc="lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors"
url="https://github.com/inikep/lzbench"
-arch="all !x86 !s390x"
+arch="all !x86 !s390x !mips !mips64"
license="GPL zlib MIT Unlicense BSD Apache-2.0 CDDL CC0 custom"
options="!check" # No test suite from upstream
subpackages="$pkgname-doc"