[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/85: gnu: libgcrypt: Skip hanging benchmark tests for the Hurd.
From: |
guix-commits |
Subject: |
54/85: gnu: libgcrypt: Skip hanging benchmark tests for the Hurd. |
Date: |
Thu, 15 Jun 2023 02:32:42 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 5f5817883f0464caa10bf57900bd65ab8f52830b
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Jun 6 20:39:50 2023 +0200
gnu: libgcrypt: Skip hanging benchmark tests for the Hurd.
* gnu/packages/gnupg.scm (libgcrypt)[arguments]: When building for the Hurd,
add phase 'setenv' to set "GCRYPT_NO_BENCHMARKS".
---
gnu/packages/gnupg.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index bc196c9d3f..3e0287fac9 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -204,7 +204,15 @@ Daemon and possibly more in the future.")
,@(if (%current-target-system)
;; When cross-compiling, _gcry_mpih_lshift etc are
undefined.
`("--disable-asm")
- '()))))
+ '()))
+ ,@(if (target-hurd?)
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'configure 'setenv
+ (lambda _
+ (setenv "GCRYPT_NO_BENCHMARKS" "t")))))
+ '())))
(outputs '("out" "debug"))
(home-page "https://gnupg.org/")
(synopsis "Cryptographic function library")
- 61/85: gnu: parted: Disable tests for the Hurd., (continued)
- 61/85: gnu: parted: Disable tests for the Hurd., guix-commits, 2023/06/15
- 16/85: gnu: Add rumpkernel., guix-commits, 2023/06/15
- 31/85: gnu: commencement: Add automake-boot0., guix-commits, 2023/06/15
- 62/85: gnu: libpaper: Disable tests for the Hurd., guix-commits, 2023/06/15
- 53/85: gnu: libgpg-error: Skip failing test for the Hurd., guix-commits, 2023/06/15
- 60/85: gnu: e2fsprogs: Skip failing tests for the Hurd., guix-commits, 2023/06/15
- 80/85: gnu: guile-2.0: Skip failing tests for the Hurd., guix-commits, 2023/06/15
- 63/85: gnu: cairo: Support building for the Hurd., guix-commits, 2023/06/15
- 67/85: gnu: swig: Skip tests when building for the Hurd., guix-commits, 2023/06/15
- 73/85: gnu: guile-git: Skip http proxy test for the Hurd., guix-commits, 2023/06/15
- 54/85: gnu: libgcrypt: Skip hanging benchmark tests for the Hurd.,
guix-commits <=
- 57/85: gnu: git: Skip failing test for the Hurd., guix-commits, 2023/06/15
- 66/85: gnu: tcsh: Skip substitution tests for the Hurd., guix-commits, 2023/06/15
- 56/85: gnu: curl: Skip failing test for the Hurd., guix-commits, 2023/06/15
- 70/85: gnu: cmake-minimal: Skip tests for the Hurd., guix-commits, 2023/06/15
- 72/85: gnu: graphite2: Skip test for the Hurd., guix-commits, 2023/06/15
- 77/85: gnu: pango: Support build for the Hurd., guix-commits, 2023/06/15
- 85/85: DRAFT system: examples: Add devel-hurd.tmpl., guix-commits, 2023/06/15
- 12/85: gnu: hurd: Update to v0.9.git20230216., guix-commits, 2023/06/15
- 17/85: gnu: hurd-minimal: Include libshouldbeinlibc and libstore., guix-commits, 2023/06/15
- 15/85: gnu: hurd: Update libpciaccess to 0.17., guix-commits, 2023/06/15