kubecfg: broken on 32-bit system
This commit is contained in:
parent
1f6ab168de
commit
e9b98dd110
|
@ -11,3 +11,7 @@ license="Apache-2.0"
|
|||
homepage="https://github.com/bitnami/kubecfg"
|
||||
distfiles="https://github.com/bitnami/kubecfg/archive/v${version}.tar.gz"
|
||||
checksum=710cedf1604ab8d7880cc4ea0e171bc8785067b23e8610665fd6b18de8a15793
|
||||
|
||||
if [ "$XBPS_TARGET_WORDSIZE" != 64 ]; then
|
||||
broken="vendor/github.com/google/go-jsonnet/builtins.go:865:82: constant -9223372036854775808 overflows int"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue