From c514d8bef5be08323e554112cc99e7d772c97e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 11 Feb 2020 19:09:22 +0100 Subject: [PATCH] kubecfg: broken for 32 bit --- srcpkgs/kubecfg/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/kubecfg/template b/srcpkgs/kubecfg/template index 95b9b565c7f..dbe96e6bdbd 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=5b997e0d67364a81f377effc5c05dc74453ab87ca9299e8ca5de9caec8719261 + +if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then + broken="go-jsonnet/builtins.go fails for 32 bit architectures" +fi