gnu: sbcl-numcl: Disable tests.
* gnu/packages/lisp-xyz.scm (sbcl-numcl)[arguments]: Disable tests.
This commit is contained in:
parent
440217b1e5
commit
17e0f8255c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user