[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#50299: [PATCH v4 25/25] gnu: ghc-bsb-http-chunked: Don't run tests w
From: |
Maxime Devos |
Subject: |
bug#50299: [PATCH v4 25/25] gnu: ghc-bsb-http-chunked: Don't run tests when cross-compiling. |
Date: |
Fri, 31 Dec 2021 12:15:07 +0000 |
* gnu/packages/haskell-web.scm
(ghc-bsb-http-chunked)[arguments]<#:tests?>: Set to #false when
cross-compiling.
---
gnu/packages/haskell-web.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 34dd2556be..70a4eccce6 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -603,8 +603,9 @@ Haskell's Web Application Interface (WAI).")
(arguments
`(;; XXX: As of 0.0.4, one property test ("Identical output as Blaze")
;; fails on i686-linux.
- #:tests? ,(not (string-prefix? "i686" (or (%current-target-system)
- (%current-system))))
+ #:tests? ,(and (not (%current-target-system))
+ (not (string-prefix? "i686" (or (%current-target-system)
+ (%current-system)))))
#:cabal-revision
("3" "15hg352id2f4x0dnvv47bdiz6gv5hp5a2mki9yzmhc7ajpk31mdd")))
(native-inputs
--
2.30.2
- bug#50299: [PATCH v4 09/25] gnu: swi-prolog: Set PROG_SWIPL when cross-compiling., (continued)
- bug#50299: [PATCH v4 09/25] gnu: swi-prolog: Set PROG_SWIPL when cross-compiling., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 13/25] gnu: ruby-ffi-rzmq: Respect #:tests?., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 16/25] gnu: perl-unicode-utf8: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 22/25] gnu: pjproject: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 21/25] gnu: belcard: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 01/25] lint: check-tests-true: Allow #:tests? #t for some build systems., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 11/25] gnu: ruby-yard-with-tests: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 18/25] gnu: python2-empy: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 20/25] gnu: lablgtk: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 19/25] gnu: python2-promise: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 25/25] gnu: ghc-bsb-http-chunked: Don't run tests when cross-compiling.,
Maxime Devos <=
- bug#50299: [PATCH v4 24/25] gnu: extra-cmake-modules: Don't run tests when cross-compiling., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 03/25] gnu: lean: Add bash-minimal., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 04/25] gnu: swi-prolog: Move native-inputs to inputs where appropriate., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 08/25] gnu: swi-prolog: Use cross-compiled bash in shebangs., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 23/25] gnu: tdlib: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 10/25] gnu: swi-prolog: Correct reference to 'bin/swi-prolog'., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 14/25] gnu: go-1.16: Don't run tests when cross-compiling., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 12/25] gnu: ruby-ffi-rzmq: Run tests conditionally., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 02/25] gnu: lean: Don't run tests when cross-compiling., Maxime Devos, 2021/12/31
- bug#50299: [PATCH v4 06/25] gnu: swi-prolog: Make configuration wok when cross-compiling., Maxime Devos, 2021/12/31