mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-libp2p-go-cidranger: Disable tests when cross-compiling.
* gnu/packages/golang-web.scm (go-github-com-libp2p-go-cidranger) [arguments]: Also disable the tests when cross-compiling. Change-Id: I26df125d5a006ec9a4207a8e692eea38f7c48f1f
This commit is contained in:
parent
9183e61ad1
commit
acd36c8172
1 changed files with 3 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
|
||||
;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com>
|
||||
;;; Copyright © 2020 raingloom <raingloom@riseup.net>
|
||||
;;; Copyright © 2020-2023 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2020-2024 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2021 Collin J. Doering <collin@rekahsoft.ca>
|
||||
;;; Copyright © 2021 Philip McGrath <philip@philipmcgrath.com>
|
||||
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
|
||||
|
|
@ -2808,7 +2808,8 @@ router.")
|
|||
;; 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?)
|
||||
#:tests? (and (target-64bit?)
|
||||
(not (%current-target-system)))
|
||||
#:import-path "github.com/libp2p/go-cidranger"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue