mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
buildah: broken on 32-bit systems
This commit is contained in:
parent
fd0fde8254
commit
f9fb0b119f
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ homepage="https://github.com/containers/buildah"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=1ae2167c125607fdba761e75e4786db73b366d4f2ab76e3a9fdb4541116c81c3
|
checksum=1ae2167c125607fdba761e75e4786db73b366d4f2ab76e3a9fdb4541116c81c3
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
||||||
|
broken="invalid operation: st.Type == _cgroup2SuperMagic (mismatched types int32 and int64)"
|
||||||
|
fi
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
make -C docs GOMD2MAN=go-md2man
|
make -C docs GOMD2MAN=go-md2man
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue