From 44b844d6da762606eba8912f97877c565b70ef4f Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Mon, 18 Dec 2023 12:24:20 +0100 Subject: [PATCH] testing/mimir: disable on riscv64 --- testing/mimir/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testing/mimir/APKBUILD b/testing/mimir/APKBUILD index 26a49f6d483..f2cd79a8964 100644 --- a/testing/mimir/APKBUILD +++ b/testing/mimir/APKBUILD @@ -7,7 +7,9 @@ pkgdesc="Horizontally scalable, highly available, multi-tenant, long-term storag options="net" url="https://github.com/grafana/mimir" license="AGPL-3.0-or-later" -arch="x86_64 aarch64 ppc64le riscv64" # needs 64 bits +# riscv64: FTBFS with weird relocations +# others: needs 64 bits +arch="x86_64 aarch64 ppc64le" makedepends="go bash" checkdepends="tzdata" subpackages="$pkgname-openrc"