diff options
Diffstat (limited to 'testing/lazperf/APKBUILD')
-rw-r--r-- | testing/lazperf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lazperf/APKBUILD b/testing/lazperf/APKBUILD index a272ce5697..2194a97a08 100644 --- a/testing/lazperf/APKBUILD +++ b/testing/lazperf/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.1.0 pkgrel=0 pkgdesc="Alternative LAZ implementation for C++ and JavaScript" url="https://github.com/hobu/laz-perf" -arch="all !armhf" # armhf: io_test segfaults +arch="all !armhf !s390x" # armhf: io_test segfaults license="LGPL-2.0-or-later" makedepends="cmake" install="" |