tests: install: Disable image compression.
* gnu/tests/install.scm (run-install): Disable image compression to speed-up the tests.master
parent
1da6914589
commit
544fd8e3b5
|
@ -247,6 +247,8 @@ packages defined in installation-os."
|
|||
(operating-system
|
||||
(operating-system-with-gc-roots
|
||||
os (list target guile-final)))
|
||||
;; Do not compress to speed-up the tests.
|
||||
(compression? #f)
|
||||
;; Don't provide substitutes; too big.
|
||||
(substitutable? #f)))))
|
||||
(define install
|
||||
|
|
Reference in New Issue