mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
acd36c8172
commit
fb9168d2c0
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
;;; Copyright © 2019 Brian Leung <bkleung89@gmail.com>
|
||||
;;; Copyright © 2019, 2021 Vagrant Cascadian <vagrant@debian.org>
|
||||
;;; Copyright © 2019-2021 Martin Becze <mjbecze@riseup.net>
|
||||
;;; Copyright © 2019-2022 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2019-2022, 2024 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2020 Alex Griffin <a@ajgrf.com>
|
||||
;;; Copyright © 2020 Danny Milosavljevic <dannym@scratchpost.org>
|
||||
;;; Copyright © 2020 Jack Hill <jackhill@jackhill.us>
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue