aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptrcnull <git@ptrcnull.me>2024-03-28 13:05:56 +0100
committerptrcnull <git@ptrcnull.me>2024-03-28 13:05:56 +0100
commit267fcc01e62a159e5183f15fa278da0a7b2cc871 (patch)
tree06944b41ee467fe19e21f0a8dbaca94898e2e3e1
parent1b6ea51046846d085ffc8232ef65199960dd1b46 (diff)
community/py3-pylink-square: disable on s390xHEADmaster
-rw-r--r--community/py3-pylink-square/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-pylink-square/APKBUILD b/community/py3-pylink-square/APKBUILD
index e3f0179b926..dab5b1de646 100644
--- a/community/py3-pylink-square/APKBUILD
+++ b/community/py3-pylink-square/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.2.0
pkgrel=1
pkgdesc="Python interface for SEGGER J-Link"
url="https://github.com/Square/pylink"
-arch="noarch"
+arch="noarch !s390x" # fails tests on big-endian
license="Apache-2.0"
depends="
py3-psutil