summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2021-08-07 03:28:09 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-08-07 03:28:09 +0200
commit713dc5a6a97768437844d0a9a40606c44c004d54 (patch)
tree7e371f827475ac57e5a73e9dadca95545fd1d0e1 /testing
parent7bb841a11238d2f19cd2169c61542f22e282d693 (diff)
downloadaports-713dc5a6a97768437844d0a9a40606c44c004d54.zip
testing/ck: disable on riscv64
no upstream support.
Diffstat (limited to 'testing')
-rw-r--r--testing/ck/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ck/APKBUILD b/testing/ck/APKBUILD
index a542a927889..235dba00fe6 100644
--- a/testing/ck/APKBUILD
+++ b/testing/ck/APKBUILD
@@ -5,8 +5,8 @@ pkgver=0.7.0
pkgrel=0
pkgdesc="Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures"
url="http://concurrencykit.org/"
-# armhf, armv7, mips64: Architecture not supported by upstream.
-arch="all !armv7 !armhf !mips64"
+# armhf, armv7, mips64, riscv64: Architecture not supported by upstream.
+arch="all !armv7 !armhf !mips64 !riscv64"
license="BSD-2-Clause AND Apache-2.0"
makedepends="linux-headers"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"