bcachefs-tools: mark broken on 32-bit.

This commit is contained in:
Leah Neukirchen 2024-06-21 18:14:27 +02:00
parent cd05ec1c83
commit 898c05ee13

View file

@ -17,6 +17,10 @@ homepage="https://bcachefs.org/"
distfiles="https://github.com/koverstreet/bcachefs-tools/archive/refs/tags/v${version}.tar.gz"
checksum=1221514e85fc5a3804f9c27b68116a8b3a727645112f19f0932d52ac971da48f
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
broken="32-bit support is broken in upstream"
fi
export VERSION=v${version}
export RUST_TARGET