mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/mimir: disable on riscv64
tests fails
This commit is contained in:
parent
cf9e238a43
commit
bddd87365d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user