diff options
-rw-r--r-- | testing/lzbench/APKBUILD | 2 |
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" |