[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/66: gnu: swig: Skip tests when building for the Hurd.
From: |
guix-commits |
Subject: |
39/66: gnu: swig: Skip tests when building for the Hurd. |
Date: |
Fri, 14 Jul 2023 17:56:41 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 8e1e1afcdeddbaf0f9c0c7a045c1b5d08bedc4e0
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Jun 12 13:29:00 2023 +0200
gnu: swig: Skip tests when building for the Hurd.
* gnu/packages/swig.scm (swig)[arguments]: When building for the Hurd,
set #:tests? to #false.
---
gnu/packages/swig.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/swig.scm b/gnu/packages/swig.scm
index 6e2fb8b4e9..42996fa812 100644
--- a/gnu/packages/swig.scm
+++ b/gnu/packages/swig.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2018, 2021 Marius Bakke <marius@gnu.org>
;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -25,6 +26,7 @@
#:use-module (guix download)
#:use-module (guix licenses)
#:use-module (guix build-system gnu)
+ #:use-module (guix utils)
#:use-module (gnu packages)
#:use-module (gnu packages boost)
#:use-module (gnu packages guile)
@@ -54,6 +56,7 @@
perl))
;;("python" ,python-wrapper)
(inputs (list pcre))
+ (arguments (list #:tests? (not (target-hurd?))))
(home-page "https://swig.org/")
(synopsis
"Interface compiler that connects C/C++ code to higher-level languages")
- 05/66: gnu: commencement: mig-boot0: Update to 1.8+git20230520., (continued)
- 05/66: gnu: commencement: mig-boot0: Update to 1.8+git20230520., guix-commits, 2023/07/14
- 08/66: Revert "gnu: libunistring: Fix make check for the Hurd.", guix-commits, 2023/07/14
- 11/66: gnu: grep: Update hanging and failing tests on the Hurd., guix-commits, 2023/07/14
- 12/66: Revert "gnu: sed: Skip failing test on GNU/Hurd.", guix-commits, 2023/07/14
- 14/66: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS on the Hurd., guix-commits, 2023/07/14
- 16/66: gnu: m4: Skip gnulib stack-overflow tests for the Hurd., guix-commits, 2023/07/14
- 17/66: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/07/14
- 18/66: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/07/14
- 37/66: gnu: ruby-2.6: Skip test on the Hurd., guix-commits, 2023/07/14
- 38/66: gnu: tcsh: Skip substitution tests on the Hurd., guix-commits, 2023/07/14
- 39/66: gnu: swig: Skip tests when building for the Hurd.,
guix-commits <=
- 04/66: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20221224., guix-commits, 2023/07/14
- 09/66: gnu: guile: Skip hanging and failing pipe tests on the Hurd., guix-commits, 2023/07/14
- 21/66: gnu: mpfr: Skip failing test on the Hurd., guix-commits, 2023/07/14
- 28/66: gnu: curl: Skip failing test on the Hurd., guix-commits, 2023/07/14
- 31/66: gnu: procps: Skip linux-version test for the Hurd., guix-commits, 2023/07/14
- 32/66: gnu: e2fsprogs: Skip failing tests on the Hurd., guix-commits, 2023/07/14
- 35/66: gnu: cairo: Support building for the Hurd., guix-commits, 2023/07/14
- 36/66: gnu: openssl-1.1: Fix shared build for the Hurd., guix-commits, 2023/07/14
- 43/66: gnu: doxygen: Fix build for the Hurd., guix-commits, 2023/07/14
- 44/66: gnu: graphite2: Skip test on the Hurd., guix-commits, 2023/07/14