[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/15: gnu: proot: Don't ask to run tests when cross-compiling.
From: |
guix-commits |
Subject: |
06/15: gnu: proot: Don't ask to run tests when cross-compiling. |
Date: |
Tue, 30 Aug 2022 03:02:11 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit 0168c65de4ec9f25d5de76998474bedfd2baa7a0
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sun Aug 28 16:47:39 2022 +0200
gnu: proot: Don't ask to run tests when cross-compiling.
* gnu/packages/linux.scm
(proot)[arguments]{#:tests?}: When cross-compiling, set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d8f1f6912e..b5a2737730 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7687,9 +7687,9 @@ Text-based output formats: CSV, XML, Netfilter's LOG,
Netfilter's conntrack
;; Disable the test suite on armhf-linux, as there are too many
;; failures to keep track of (see for example:
;; https://github.com/proot-me/proot/issues/286).
- `(#:tests? ,(not (string-prefix? "armhf"
- (or (%current-target-system)
- (%current-system))))
+ `(#:tests? ,(not (or (%current-target-system)
+ (string-prefix? "armhf"
+ (or (%current-system)))))
#:make-flags '("-C" "src")
#:phases (modify-phases %standard-phases
(add-after 'unpack 'patch-sources
- 13/15: gnu: ruby-rubocop: Don't ask to run tests when cross-compiling., (continued)
- 13/15: gnu: ruby-rubocop: Don't ask to run tests when cross-compiling., guix-commits, 2022/08/30
- 02/15: gnu: julia-arrayinterface: Don't ask to run tests when cross-compiling., guix-commits, 2022/08/30
- 08/15: gnu: python-path: Don't ask to run tests when cross-compiling., guix-commits, 2022/08/30
- 07/15: gnu: python-fonttools-full: Don't ask to run tests when cross-compiling., guix-commits, 2022/08/30
- 03/15: gnu: julia-forwarddiff: Don't ask to run tests when cross-compiling., guix-commits, 2022/08/30
- 09/15: gnu: python-jaraco-functools: Don't ask to run tests when cross-compiling., guix-commits, 2022/08/30
- 14/15: gnu: rust: Don't ask to run tests when cross-compiling., guix-commits, 2022/08/30
- 12/15: gnu: python-jaraco-context: Don't ask to run tests when cross-compiling., guix-commits, 2022/08/30
- 15/15: gnu: yt-dlp: Don't ask to run tests when cross-compiling., guix-commits, 2022/08/30
- 05/15: gnu: julia-interpolations: Don't ask to run tests when cross-compiling., guix-commits, 2022/08/30
- 06/15: gnu: proot: Don't ask to run tests when cross-compiling.,
guix-commits <=
- 01/15: gnu: ghc-statistics: Properly enable tests., guix-commits, 2022/08/30
- 11/15: gnu: python-jupyter-client: Don't ask to run tests when cross-compiling., guix-commits, 2022/08/30
- 10/15: gnu: python-pip-run: Don't ask to run tests when cross-compiling., guix-commits, 2022/08/30
- 04/15: gnu: julia-reversediff: Don't ask to run tests when cross-compiling., guix-commits, 2022/08/30