mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +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:
parent
ba294c5e9c
commit
14fd1d9df8
1 changed files with 2 additions and 0 deletions
|
@ -4105,6 +4105,8 @@ formatting information, rather than the current locale name.")
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/dennwc/btrfs"
|
#:import-path "github.com/dennwc/btrfs"
|
||||||
|
;; Tests fail on 32bit
|
||||||
|
#:tests? (target-64bit?)
|
||||||
#:test-flags
|
#:test-flags
|
||||||
;; Tests require "mount" and "mkfs.btrfs" in the PATH.
|
;; Tests require "mount" and "mkfs.btrfs" in the PATH.
|
||||||
#~(list "-skip"
|
#~(list "-skip"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue