gnu: go-github-com-libp2p-go-cidranger: Disable tests on non 64bit architecture.
As seen in CI <https://ci.guix.gnu.org/build/5483308/log/raw>. * gnu/packages/golang-web.scm (go-github-com-libp2p-go-cidranger): Disable tests on non 64bit architecture. Change-Id: I0954053692c936ead43c3bc058fc34042b0f720e
This commit is contained in:
parent
404ff11888
commit
b09538f682
@ -2677,6 +2677,11 @@ router.")
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; XXX: Check if the most of the tests may be enabled:
|
||||
;; src/github.com/libp2p/go-cidranger/trie_test.go:557:8: cannot use
|
||||
;; 4294967295 (untyped int constant) as int value in assignment
|
||||
;; (overflows).
|
||||
#:tests? (target-64bit?)
|
||||
#:import-path "github.com/libp2p/go-cidranger"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))
|
||||
|
Loading…
Reference in New Issue
Block a user