From e9b98dd11096f498264f519f3aaf22df48aae926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 13 Mar 2021 08:21:28 +0700 Subject: [PATCH] kubecfg: broken on 32-bit system --- srcpkgs/kubecfg/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/kubecfg/template b/srcpkgs/kubecfg/template index d2c94d74503..56b00292d8b 100644 --- a/srcpkgs/kubecfg/template +++ b/srcpkgs/kubecfg/template @@ -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