mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-fxamacker-cbor-v2: Disable tests when cross-compiling.
* gnu/packages/golang-xyz.scm (go-github-com-fxamacker-cbor-v2) [arguments]: Also disable the tests when cross-compiling. Change-Id: If29c432399e59aed7947f513aa8c3a01315d30db
This commit is contained in:
parent
143927acac
commit
9aa17266dd
1 changed files with 2 additions and 1 deletions
|
@ -2766,7 +2766,8 @@ quoting, commenting, and escaping.")
|
|||
;; 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?)
|
||||
#:tests? (and (target-64bit?)
|
||||
(not (%current-target-system)))
|
||||
#:import-path "github.com/fxamacker/cbor/v2"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-x448-float16))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue