mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
tests: install: Disable image compression.
* gnu/tests/install.scm (run-install): Disable image compression to speed-up the tests.
This commit is contained in:
parent
1da6914589
commit
544fd8e3b5
1 changed files with 2 additions and 0 deletions
|
@ -247,6 +247,8 @@ (define* (run-install target-os target-os-source
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue