From a04378fe907def71ef648eab82cbbce0428a1caf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 16 Feb 2024 16:47:19 +0100 Subject: [PATCH] bcachefs-tools: broken on i686. --- srcpkgs/bcachefs-tools/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/bcachefs-tools/template b/srcpkgs/bcachefs-tools/template index 33ab33fa604..134fb76db28 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=f1899907bcac16cd89cead98b1f407dad93d67bd02a8aaa3eaa577a77d8b59d8 +case "$XBPS_TARGET_MACHINE" in + i686*) broken="complain to upstream";; +esac + export VERSION=v${version} export RUST_TARGET