me
/
guix
Archived
1
0
Fork 0

tests: install: Disable image compression.

* gnu/tests/install.scm (run-install): Disable image compression to speed-up
the tests.
master
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
1 changed files with 2 additions and 0 deletions

View File

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