[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53434] [PATCH 06/11] gnu: node: Disable tests on i686.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[bug#53434] [PATCH 06/11] gnu: node: Disable tests on i686. |
Date: |
Sat, 22 Jan 2022 03:59:21 +0100 |
* gnu/packages/node.scm (node)[arguments]<#:tests?>:
Conditionally disable tests.
---
gnu/packages/node.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index ce94557a8c..1cccfe9263 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -11,6 +11,7 @@
;;; Copyright © 2021 Simon Tournier <zimon.toutoune@gmail.com>
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2021, 2022 Philip McGrath <philip@philipmcgrath.com>
+;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -101,6 +102,7 @@ (define-public node
"--shared-zlib"
"--without-snapshot"
"--with-intl=system-icu")
+ #:tests? ,(not (target-x86-32?))
;; Run only the CI tests. The default test target requires additional
;; add-ons from NPM that are not distributed with the source.
#:test-target "test-ci-js"
--
2.34.0
- [bug#53434] [PATCH 11/11] gnu: upower: Disable tests on i686., (continued)
- [bug#53434] [PATCH 07/11] gnu: guix: Disable tests on i686., Denis 'GNUtoo' Carikli, 2022/01/21
- [bug#53434] [PATCH 10/11] gnu: openexr: Disable tests on i686., Denis 'GNUtoo' Carikli, 2022/01/21
- [bug#53434] [PATCH 03/11] gnu: gnome-settings-daemon: Build with correct librsvg., Denis 'GNUtoo' Carikli, 2022/01/21
- [bug#53434] [PATCH 05/11] gnu: python-dbusmock: Disable tests on i686., Denis 'GNUtoo' Carikli, 2022/01/21
- [bug#53434] [PATCH 06/11] gnu: node: Disable tests on i686.,
Denis 'GNUtoo' Carikli <=
- [bug#53434] [PATCH 08/11] gnu: mesa: Disable tests on i686., Denis 'GNUtoo' Carikli, 2022/01/21
[bug#53434] Patches to unbreak many i686 packages, Maxime Devos, 2022/01/22
[bug#53434] Patches to unbreak many i686 packages, Ludovic Courtès, 2022/01/23