aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lzbench
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2019-02-01 18:56:49 +0200
committerAndy Postnikov <apostnikov@gmail.com>2019-02-01 18:56:49 +0200
commit513342ec3800ad3e6ae8fcf3fc2cdde50b3bb21c (patch)
tree2757d2f036300ba295b6be535acc294966d20253 /testing/lzbench
parentd12f36a1f00caaf41304fbd5e808e6fdc27743dc (diff)
downloadaports-513342ec3800ad3e6ae8fcf3fc2cdde50b3bb21c.tar.bz2
aports-513342ec3800ad3e6ae8fcf3fc2cdde50b3bb21c.tar.xz
testing/lzbench: disable on s390x
Diffstat (limited to 'testing/lzbench')
-rw-r--r--testing/lzbench/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lzbench/APKBUILD b/testing/lzbench/APKBUILD
index 50cb65aee9..8139017f9b 100644
--- a/testing/lzbench/APKBUILD
+++ b/testing/lzbench/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.7.3
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"
+arch="all !x86 !s390x"
license="GPL zlib MIT Unlicense BSD Apache-2.0 CDDL CC0 custom"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/inikep/lzbench/archive/v$pkgver.tar.gz"