mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: sbcl-numcl: Disable tests.
* gnu/packages/lisp-xyz.scm (sbcl-numcl)[arguments]: Disable tests.
This commit is contained in:
parent
440217b1e5
commit
17e0f8255c
1 changed files with 4 additions and 1 deletions
|
@ -10006,7 +10006,10 @@ (define-public sbcl-numcl
|
|||
(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…
Reference in a new issue