From 5e3dffc309dfb068131fbae7fa0c425cffb44567 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 8 Apr 2020 18:05:36 +0000 Subject: testing/lzbench: disable on mips (also this code is not 64-bit-pointer-safe.) --- testing/lzbench/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') 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" -- cgit v1.2.3