[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/15: gnu: go-github-com-libp2p-go-cidranger: Disable tests when cross-
From: |
guix-commits |
Subject: |
04/15: gnu: go-github-com-libp2p-go-cidranger: Disable tests when cross-compiling. |
Date: |
Wed, 6 Nov 2024 05:52:07 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit acd36c81722bf1fdb83787919ae4e419530194b0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 6 11:42:27 2024 +0200
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
---
gnu/packages/golang-web.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index dcbc37cea3..2c3e8e41c3 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -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))
- branch master updated (0c1a6db809 -> bd3d7c8587), guix-commits, 2024/11/06
- 04/15: gnu: go-github-com-libp2p-go-cidranger: Disable tests when cross-compiling.,
guix-commits <=
- 01/15: gnu: wfmash: Disable tests when cross-compiling., guix-commits, 2024/11/06
- 03/15: gnu: ngspice: Don't inherit #:tests flag., guix-commits, 2024/11/06
- 02/15: gnu: stress-ng: Disable tests when cross-compiling., guix-commits, 2024/11/06
- 11/15: gnu: Add shepherd-run., guix-commits, 2024/11/06
- 14/15: gnu: tinyxml: Fix cross-compiling., guix-commits, 2024/11/06
- 15/15: gnu: xlsx2csv: Honor the #:tests? flag., guix-commits, 2024/11/06
- 05/15: gnu: go-github-com-dgraph-io-ristretto: Disable tests when cross-compiling., guix-commits, 2024/11/06
- 06/15: gnu: go-github-com-cskr-pubsub: Don't force running the tests., guix-commits, 2024/11/06
- 07/15: gnu: go-github-com-fxamacker-cbor-v2: Disable tests when cross-compiling., guix-commits, 2024/11/06
- 08/15: gnu: libgrapheme: Don't force running the tests., guix-commits, 2024/11/06