[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
67/85: gnu: swig: Skip tests when building for the Hurd.
From: |
guix-commits |
Subject: |
67/85: gnu: swig: Skip tests when building for the Hurd. |
Date: |
Thu, 15 Jun 2023 02:32:44 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 3237c833c04c5f0895082109ff2a0ced5a7d503b
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")
- 42/85: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS for the Hurd., (continued)
- 42/85: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS for the Hurd., guix-commits, 2023/06/15
- 65/85: gnu: ruby-2.6: Skip test for the Hurd., guix-commits, 2023/06/15
- 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 <=
- 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, 2023/06/15
- 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