testing/mimir: disable on riscv64

This commit is contained in:
ptrcnull 2023-12-18 12:24:20 +01:00
parent 256477a732
commit 44b844d6da
No known key found for this signature in database
GPG Key ID: 411F7B30801DD9CA

View File

@ -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"