kubecfg: broken on 32-bit system

This commit is contained in:
Đoàn Trần Công Danh 2021-03-13 08:21:28 +07:00
parent 1f6ab168de
commit e9b98dd110

View File

@ -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