testing/mimir: disable on riscv64

tests fails
This commit is contained in:
Natanael Copa 2024-04-29 16:06:57 +02:00
parent cf9e238a43
commit bddd87365d

View File

@ -8,7 +8,8 @@ options="net"
url="https://github.com/grafana/mimir"
license="AGPL-3.0-or-later"
# others: needs 64 bits
arch="x86_64 aarch64 ppc64le riscv64"
# riscv64: tests fails
arch="x86_64 aarch64 ppc64le"
makedepends="go bash"
checkdepends="tzdata"
subpackages="$pkgname-openrc"