net-mgmt/thanos: unbreak on aarch64.
PR: 245139 Submitted by: mikael@FreeBSD.org
This commit is contained in:
parent
e68265d9fe
commit
7c855d2609
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529741
@ -3,6 +3,7 @@
|
||||
PORTNAME= thanos
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.11.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
MAINTAINER= ler@FreeBSD.org
|
||||
@ -11,8 +12,8 @@ COMMENT= Highly available Prometheus setup with long term storage capabilities
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
# fails to build on i386: pkg/store/cache/cache.go:166:22: constant 9223372036854775807 overflows int
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
# fails to build on armv7/i386: pkg/store/cache/cache.go:166:22: constant 9223372036854775807 overflows int
|
||||
ONLY_FOR_ARCHS= aarch64 amd64
|
||||
|
||||
USES= go:modules
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user