From 8185d66b73fa69b41a657b595af783692e0ecc69 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 25 Oct 2022 09:07:18 +0200 Subject: [PATCH] main/unixbench: disable on riscv64 (MR 3588) Related: https://builds.sr.ht/~postmarketos/job/868522 [ci:skip-build], [ci:skip-vercheck]: just disabling arches --- main/unixbench/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/unixbench/APKBUILD b/main/unixbench/APKBUILD index d2f5216b9..f973ce2b7 100644 --- a/main/unixbench/APKBUILD +++ b/main/unixbench/APKBUILD @@ -5,7 +5,8 @@ _commit="070030e09f6effdf0c6721e8fcc3a5c6fb5bed1a" pkgrel=1 pkgdesc="The original BYTE UNIX benchmark suite" url="https://github.com/kdlucas/byte-unixbench" -arch="all" +# riscv64: doesn't build +arch="all !riscv64" license="GPL-2.0-or-later" depends="perl make" options="!check"