[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/15: gnu: guix: Disable some tests on the Hurd.
From: |
guix-commits |
Subject: |
02/15: gnu: guix: Disable some tests on the Hurd. |
Date: |
Thu, 20 Jul 2023 04:35:45 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit d730f7e3dd60bb2edadc6da75e705f872d89492d
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Jun 19 17:19:56 2023 +0200
gnu: guix: Disable some tests on the Hurd.
* gnu/packages/package-management.scm (guix)[arguments]: When building on
the
Hurd, add phase disable-tests/hurd.
---
gnu/packages/package-management.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 367caf4d29..966940d4f4 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -273,6 +273,40 @@ $(prefix)/etc/openrc\n")))
(("tests/guix-package.sh") "")
(("tests/guix-system.sh") "")))))
'())
+ ,@(if (system-hurd?)
+ `((add-after 'unpack 'disable-tests/hurd
+ (lambda _
+ (substitute* "Makefile.am"
+ (("tests/derivations.scm") "")
+ (("tests/graph.scm") "")
+ (("tests/lint.scm") "")
+ (("tests/nar.scm") "")
+ (("tests/pack.scm") "")
+ (("tests/processes.scm") "")
+ (("tests/publish.scm") "")
+ (("tests/pypi.scm") "")
+ (("tests/size.scm") "")
+ (("tests/store.scm") "")
+ (("tests/substitute.scm") "")
+ (("tests/syscalls.scm") "")
+ (("tests/union.scm") "")
+ (("tests/guix-build-branch.sh") "")
+ (("tests/guix-hash.sh") "")
+ (("tests/guix-locate.sh") "")
+ (("tests/guix-pack.sh") "")
+ (("tests/guix-pack-relocatable.sh") "")
+ (("tests/guix-package-aliases.sh") "")
+ (("tests/guix-package-net.sh") "")
+ (("tests/guix-home.sh") "")
+ (("tests/guix-archive.sh") "")
+ (("tests/guix-environment.sh") "")
+ (("tests/guix-refresh.sh") "")
+ (("tests/guix-shell.sh") "")
+ (("tests/guix-shell-export-manifest.sh") "")
+ (("tests/guix-graph.sh") "")
+ (("tests/guix-gc.sh") "")
+ (("tests/guix-daemon.sh") "")))))
+ '())
(add-before 'build 'use-host-compressors
(lambda* (#:key inputs target #:allow-other-keys)
(when target
- branch hurd-team created (now f0a5ec7ac3), guix-commits, 2023/07/20
- 14/15: gnu: Add libc-locales-for-target and glibc-locales/hurd., guix-commits, 2023/07/20
- 03/15: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/07/20
- 07/15: build: Build gnu/packages/*.go in five steps., guix-commits, 2023/07/20
- 06/15: system: hurd: Add swap-services to hurd-default-essential-services., guix-commits, 2023/07/20
- 05/15: system: hurd: Add procps to %base-packages/hurd., guix-commits, 2023/07/20
- 09/15: gnu: guix: Update to 1.4.0-8.fde86c4932., guix-commits, 2023/07/20
- 08/15: self: Build gnu/packages/*.go in 26 steps on the Hurd., guix-commits, 2023/07/20
- 01/15: gnu: guix: Disable some test on 32bit., guix-commits, 2023/07/20
- 02/15: gnu: guix: Disable some tests on the Hurd.,
guix-commits <=
- 13/15: DRAFT system: examples: Add devel-hurd.tmpl., guix-commits, 2023/07/20
- 04/15: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/07/20
- 10/15: gnu: guix: Update to 1.4.0-9.0ac1cf36a8., guix-commits, 2023/07/20
- 15/15: locale: Set %default-locale-definitions to glibc/hurd on the Hurd., guix-commits, 2023/07/20
- 12/15: DRAFT hurd-boot: Support second boot., guix-commits, 2023/07/20
- 11/15: DRAFT hurd: Support second boot., guix-commits, 2023/07/20