mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/mimir: disable on riscv64
This commit is contained in:
parent
256477a732
commit
44b844d6da
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user