www/grafana9: enable on riscv64
Builds fine on riscv64, but build fails on armv7: ===> Generating wire_gen.go runtime: out of memory: cannot allocate 4194304-byte block (1945894912 in use) fatal error: out of memory Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket)
This commit is contained in:
parent
5ec89ced4c
commit
7a9bdebdff
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ WWW= https://github.com/grafana/grafana
|
|||
LICENSE= AGPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 i386
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 i386 riscv64
|
||||
|
||||
BUILD_DEPENDS= wire:devel/go-wire
|
||||
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss
|
||||
|
|
Loading…
Reference in a new issue