[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
229/244: gnu: ldc: Use default test check.
From: |
guix-commits |
Subject: |
229/244: gnu: ldc: Use default test check. |
Date: |
Wed, 12 Apr 2023 08:49:36 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit 2bad43d1c2797bf9a3ec0364210bd3702a1f578f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 10 23:17:39 2023 +0300
gnu: ldc: Use default test check.
* gnu/packages/dlang.scm (ldc)[arguments]: Strip the inherited tests
configuration from ldc-bootstrap rather than setting it to #true.
---
gnu/packages/dlang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm
index 15680cb079..729d6015ae 100644
--- a/gnu/packages/dlang.scm
+++ b/gnu/packages/dlang.scm
@@ -217,7 +217,8 @@ bootstrapping more recent compilers written in D.")
(package
(inherit ldc-bootstrap)
(arguments
- (substitute-keyword-arguments (package-arguments ldc-bootstrap)
+ (substitute-keyword-arguments
+ (strip-keyword-arguments '(#:tests?) (package-arguments ldc-bootstrap))
((#:make-flags _ #f)
'(list "all"
;; Also build the test runner binaries.
@@ -226,7 +227,6 @@ bootstrapping more recent compilers written in D.")
`(,@flags "-DBUILD_SHARED_LIBS=ON"
"-DLDC_LINK_MANUALLY=OFF"
"-DLDC_DYNAMIC_COMPILE=OFF"))
- ((#:tests? _) #t)
((#:phases phases)
`(modify-phases ,phases
(add-after 'unpack 'fix-compiler-rt-library-discovery
- 163/244: gnu: Add texlive-soulutf8., (continued)
- 163/244: gnu: Add texlive-soulutf8., guix-commits, 2023/04/12
- 170/244: gnu: darktable: Improve package style., guix-commits, 2023/04/12
- 160/244: gnu: Add python-sentencepiece., guix-commits, 2023/04/12
- 220/244: gnu: s6-networking: Update to 2.5.1.3., guix-commits, 2023/04/12
- 155/244: gnu: Add carla-2.6., guix-commits, 2023/04/12
- 167/244: gnu: Add emacs-denote-menu., guix-commits, 2023/04/12
- 142/244: gnu: curl-minimal: Remove variable., guix-commits, 2023/04/12
- 166/244: gnu: tuxedo-keyboard: Update to 3.2.1., guix-commits, 2023/04/12
- 199/244: gnu: xfce4-session: Update to 4.18.2., guix-commits, 2023/04/12
- 179/244: svn-download: Default to non-recursive checkouts., guix-commits, 2023/04/12
- 229/244: gnu: ldc: Use default test check.,
guix-commits <=
- 218/244: gnu: s6: Update to 2.11.3.2., guix-commits, 2023/04/12
- 224/244: gnu: s6-linux-utils: Update to 2.6.1.2., guix-commits, 2023/04/12
- 164/244: gnu: fet: Update to 6.8.7., guix-commits, 2023/04/12
- 185/244: gnu: xcb-imdkit: Update to 1.0.5., guix-commits, 2023/04/12
- 208/244: gnu: emacs-gptel: Update to 0.3.2., guix-commits, 2023/04/12
- 216/244: gnu: skalibs: Update to 2.13.1.1., guix-commits, 2023/04/12
- 151/244: packages: Remove 'origin-sha256' procedure., guix-commits, 2023/04/12
- 184/244: gnu: fcitx-qt5: Update to 1.2.7., guix-commits, 2023/04/12
- 217/244: gnu: execline: Update to 2.9.3.0., guix-commits, 2023/04/12
- 191/244: gnu: fcitx5-chinese-addons: Update to 5.0.17., guix-commits, 2023/04/12