guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: acl: Disable tests for the Hurd.


From: guix-commits
Subject: branch master updated: gnu: acl: Disable tests for the Hurd.
Date: Sat, 10 Oct 2020 12:21:56 -0400

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6693eac  gnu: acl: Disable tests for the Hurd.
6693eac is described below

commit 6693eac6eb9e13852f2b4156f1e9ebcd70ec43b6
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Oct 10 18:20:09 2020 +0200

    gnu: acl: Disable tests for the Hurd.
    
    * gnu/packages/acl.scm (acl)[arguments]: Set #:tests? to #f when building 
for
    the Hurd.
---
 gnu/packages/acl.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/acl.scm b/gnu/packages/acl.scm
index bcab125..4e90703 100644
--- a/gnu/packages/acl.scm
+++ b/gnu/packages/acl.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2019 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -25,6 +26,7 @@
   #:use-module (guix licenses)
   #:use-module (gnu packages attr)
   #:use-module (gnu packages base)
+  #:use-module (gnu packages hurd)
   #:use-module (gnu packages gettext)
   #:use-module (gnu packages perl)
   #:use-module (guix packages)
@@ -49,6 +51,7 @@
      `(#:modules ((ice-9 ftw)
                   ,@%gnu-build-system-modules)
        #:configure-flags '("--disable-static")
+       #:tests? ,(not (hurd-target?))
        #:phases
        (modify-phases %standard-phases
          ;; XXX After repacking the sources the timestamps are reset to the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]