mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: go-github-com-fxamacker-cbor-v2: Disable tests on non 64bit architecture.
* gnu/packages/golang-web.scm (go-github-com-fxamacker-cbor-v2): Disable tests on non 64bit architecture. Change-Id: I41e207a77989d6b4faf883c14327e48fc303a027
This commit is contained in:
parent
b09538f682
commit
3dfb6df26f
1 changed files with 4 additions and 0 deletions
|
@ -2485,6 +2485,10 @@ (define-public go-github-com-fxamacker-cbor-v2
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
;; XXX: Check if the most of the tests may be enabled:
|
||||||
|
;; src/github.com/fxamacker/cbor/v2/decode_test.go:328:9: cannot convert
|
||||||
|
;; 1000000000000 (untyped int constant) to type uint
|
||||||
|
#:tests? (target-64bit?)
|
||||||
#:import-path "github.com/fxamacker/cbor/v2"))
|
#:import-path "github.com/fxamacker/cbor/v2"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-x448-float16))
|
(list go-github-com-x448-float16))
|
||||||
|
|
Loading…
Reference in a new issue