tests: install: Disable image compression.

* gnu/tests/install.scm (run-install): Disable image compression to speed-up
the tests.
This commit is contained in:
Mathieu Othacehe 2020-06-26 15:00:08 +02:00
parent 1da6914589
commit 544fd8e3b5
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -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