mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user