buildah: broken on 32-bit systems

This commit is contained in:
q66 2020-02-05 16:20:26 +01:00
parent fd0fde8254
commit f9fb0b119f

View file

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