From f9fb0b119f9f97dd624050e010bef20266d0f18b Mon Sep 17 00:00:00 2001 From: q66 Date: Wed, 5 Feb 2020 16:20:26 +0100 Subject: [PATCH] buildah: broken on 32-bit systems --- srcpkgs/buildah/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/buildah/template b/srcpkgs/buildah/template index dd81859a352..979d2a92f8a 100644 --- a/srcpkgs/buildah/template +++ b/srcpkgs/buildah/template @@ -17,6 +17,10 @@ homepage="https://github.com/containers/buildah" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=1ae2167c125607fdba761e75e4786db73b366d4f2ab76e3a9fdb4541116c81c3 +if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then + broken="invalid operation: st.Type == _cgroup2SuperMagic (mismatched types int32 and int64)" +fi + post_build() { make -C docs GOMD2MAN=go-md2man }