From 17e0f8255cd26cfe41847c20cf213ccaea5144b1 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Fri, 7 May 2021 13:50:14 +0200 Subject: gnu: sbcl-numcl: Disable tests. * gnu/packages/lisp-xyz.scm (sbcl-numcl)[arguments]: Disable tests. --- gnu/packages/lisp-xyz.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 55aab91115..9e2b96009d 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -10006,7 +10006,10 @@ type correctness in Common Lisp. It is based on CLtL2 extensions.") (build-system asdf-build-system/sbcl) (arguments `(#:test-asd-file "numcl.test.asd" - #:asd-files '("numcl.asd"))) + #:asd-files '("numcl.asd") + ;; Tests often fail because they require a dynamic-space-size much + ;; bigger than the default one. Disable them for now. + #:tests? #f)) (native-inputs `(("fiveam" ,sbcl-fiveam))) (inputs -- cgit v1.2.3