1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

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
This commit is contained in:
Christopher Baines 2025-04-27 11:48:58 +01:00
parent ba294c5e9c
commit 14fd1d9df8
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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"