From 14fd1d9df85f0bb103d227a4960d1ab2bdc287d7 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 27 Apr 2025 11:48:58 +0100 Subject: [PATCH] gnu: go-github-com-dennwc-btrfs: Skip tests on 32bit systems. As they fail, and this blocks building the prometheus node exporter. * gnu/packages/golang-xyz.scm (go-github-com-dennwc-btrfs)[arguments]: Skip tests on 32bit systems. Change-Id: If6015b125407cf74c05f7c9a30a0b74deb0af38e --- gnu/packages/golang-xyz.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index a9c65c33f5..21d2b05abc 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -4105,6 +4105,8 @@ formatting information, rather than the current locale name.") (arguments (list #:import-path "github.com/dennwc/btrfs" + ;; Tests fail on 32bit + #:tests? (target-64bit?) #:test-flags ;; Tests require "mount" and "mkfs.btrfs" in the PATH. #~(list "-skip"