aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptrcnull <git@ptrcnull.me>2024-04-24 20:12:10 +0200
committerptrcnull <git@ptrcnull.me>2024-04-24 20:12:10 +0200
commitdaa2ae7fae9142541bdb992a4372e3d399dcc985 (patch)
tree229d84dd9fa67c92ba4056a61ff7e207ba1ec3a0
parent2e9638ce0f8879790aa1a0990d5788ba35b95f3b (diff)
community/py3-corner: disable on riscv64HEADmaster
-rw-r--r--community/py3-corner/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-corner/APKBUILD b/community/py3-corner/APKBUILD
index bfddc80fdaa..72f8fbb4e4f 100644
--- a/community/py3-corner/APKBUILD
+++ b/community/py3-corner/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.2.2
pkgrel=2
pkgdesc="Make some beautiful corner plots"
url="https://github.com/dfm/corner.py"
-arch="noarch !s390x !ppc64le" # failed tests
+arch="noarch !s390x !ppc64le !riscv64" # failed tests
license="BSD-2-Clause"
depends="
python3