From fb9168d2c060e3041a791c16520c1bc472fd759b Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 6 Nov 2024 11:44:01 +0200 Subject: gnu: go-github-com-dgraph-io-ristretto: Disable tests when cross-compiling. * gnu/packages/golang-xyz.scm (go-github-com-dgraph-io-ristretto) [arguments]: Also disable the tests when cross-compiling. Change-Id: I3addf5203366b6628af304a083ca5e5ce34250c3 --- gnu/packages/golang-xyz.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 0d6debcac4..8390b905ed 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -6,7 +6,7 @@ ;;; Copyright © 2019 Brian Leung ;;; Copyright © 2019, 2021 Vagrant Cascadian ;;; Copyright © 2019-2021 Martin Becze -;;; Copyright © 2019-2022 Efraim Flashner +;;; Copyright © 2019-2022, 2024 Efraim Flashner ;;; Copyright © 2020 Alex Griffin ;;; Copyright © 2020 Danny Milosavljevic ;;; Copyright © 2020 Jack Hill @@ -2097,7 +2097,8 @@ supports concurrent serializable transactions.") ;; ;; cannot use 4340958203495 (untyped int constant) as int value in ;; argument to z.KeyToHash (overflows) - #:tests? (target-64bit?) + #:tests? (and (target-64bit?) + (not (%current-target-system))) #:import-path "github.com/dgraph-io/ristretto" #:phases #~(modify-phases %standard-phases -- cgit v1.2.3 rch-warning.patch?id=839bb42f0cc80dbdbcd101fffadd47ead93409d2'>commitdiff
AgeCommit message (Expand)Author