mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
bcachefs-tools: mark broken on 32-bit.
This commit is contained in:
parent
cd05ec1c83
commit
898c05ee13
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue