mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: go-github-com-charlievieth-fastwalk: Skip tests on non 64bit.
As seen in <https://ci.guix.gnu.org/build/8739944/log/raw>. * gnu/packages/golang-xyz.scm (go-github-com-charlievieth-fastwalk) [arguments] <tests?>: Skip tests on non 64bit systems. Change-Id: I083ba30af74fcf96110c5a515efe9217ebce2a75
This commit is contained in:
parent
b88c907378
commit
b99df83c59
1 changed files with 4 additions and 0 deletions
|
@ -2503,6 +2503,10 @@ over strings.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; github.com/charlievieth/fastwalk/fastwalk_test.go:962:48: cannot use
|
||||
;; math.MaxUint32 (untyped int constant 4294967295) as int value in
|
||||
;; argument to fmt.Sprintf (overflows).
|
||||
#:tests? (target-64bit?)
|
||||
#:import-path "github.com/charlievieth/fastwalk"))
|
||||
(home-page "https://github.com/charlievieth/fastwalk")
|
||||
(synopsis "Fast directory traversal for Golang")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue