[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/92: gnu: zstd: Skip tests when building for the Hurd.
From: |
guix-commits |
Subject: |
68/92: gnu: zstd: Skip tests when building for the Hurd. |
Date: |
Fri, 23 Jun 2023 12:45:45 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 0301ff2d87956830ca6b5230a783fefdaf8ccec1
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Jun 12 16:19:02 2023 +0200
gnu: zstd: Skip tests when building for the Hurd.
* gnu/packages/compression.scm(zstd)[arguments]: When building for the Hurd,
set #:tests? to #false.
:
---
gnu/packages/compression.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index bedc6ecca9..efba1796ae 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -24,7 +24,7 @@
;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com>
;;; Copyright © 2018, 2019 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
-;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2019, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2020 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2020, 2021 Lars-Dominik Braun <lars@6xq.net>
@@ -1660,7 +1660,8 @@ or junctions, and always follows hard links.")
"HAVE_LZMA=0"
;; Not currently detected, but be explicit & avoid surprises
later.
"HAVE_LZ4=0"
- "HAVE_ZLIB=0")))
+ "HAVE_ZLIB=0")
+ #:tests? ,(not (target-hurd?))))
(home-page "https://facebook.github.io/zstd/")
(synopsis "Zstandard real-time compression algorithm")
(description "Zstandard (@command{zstd}) is a lossless compression
algorithm
- 56/92: gnu: curl: Skip failing test on the Hurd., (continued)
- 56/92: gnu: curl: Skip failing test on the Hurd., guix-commits, 2023/06/23
- 63/92: gnu: cairo: Support building for the Hurd., guix-commits, 2023/06/23
- 46/92: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/06/23
- 49/92: gnu: mpfr: Skip failing test on the Hurd., guix-commits, 2023/06/23
- 52/92: gnu: c-ares: Skip failing tests on the Hurd., guix-commits, 2023/06/23
- 57/92: gnu: git: Skip failing test on the Hurd., guix-commits, 2023/06/23
- 61/92: gnu: parted: Disable tests for the Hurd., guix-commits, 2023/06/23
- 62/92: gnu: libpaper: Disable tests for the Hurd., guix-commits, 2023/06/23
- 65/92: gnu: ruby-2.6: Skip test on the Hurd., guix-commits, 2023/06/23
- 66/92: gnu: tcsh: Skip substitution tests on the Hurd., guix-commits, 2023/06/23
- 68/92: gnu: zstd: Skip tests when building for the Hurd.,
guix-commits <=
- 75/92: gnu: ghostscript: Fix build for the Hurd., guix-commits, 2023/06/23
- 77/92: gnu: pango: Support build for the Hurd., guix-commits, 2023/06/23
- 76/92: gnu: harfbuzz: Support build for the Hurd., guix-commits, 2023/06/23
- 87/92: gnu: guix: Disable some tests on the Hurd., guix-commits, 2023/06/23
- 88/92: gnu: guix: Update to 1.4.0-8.bda98632ff., guix-commits, 2023/06/23
- 90/92: DRAFT hurd: Support second boot., guix-commits, 2023/06/23
- 67/92: gnu: swig: Skip tests when building for the Hurd., guix-commits, 2023/06/23
- 72/92: gnu: graphite2: Skip test on the Hurd., guix-commits, 2023/06/23
- 74/92: gnu: glib: Disable tests for the Hurd., guix-commits, 2023/06/23
- 24/92: gnu: gnumach: Support "noide" argument., guix-commits, 2023/06/23