From 898c05ee1319f3969acdafc6db54ef72f858e100 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 21 Jun 2024 18:14:27 +0200 Subject: [PATCH] bcachefs-tools: mark broken on 32-bit. --- srcpkgs/bcachefs-tools/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/bcachefs-tools/template b/srcpkgs/bcachefs-tools/template index e8ab8e89876..2adc7465fde 100644 --- a/srcpkgs/bcachefs-tools/template +++ b/srcpkgs/bcachefs-tools/template @@ -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