mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ packages defined in installation-os."
|
||||||
(operating-system
|
(operating-system
|
||||||
(operating-system-with-gc-roots
|
(operating-system-with-gc-roots
|
||||||
os (list target guile-final)))
|
os (list target guile-final)))
|
||||||
|
;; Do not compress to speed-up the tests.
|
||||||
|
(compression? #f)
|
||||||
;; Don't provide substitutes; too big.
|
;; Don't provide substitutes; too big.
|
||||||
(substitutable? #f)))))
|
(substitutable? #f)))))
|
||||||
(define install
|
(define install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue