guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: tests: install: Disable image compression.


From: guix-commits
Subject: branch master updated: tests: install: Disable image compression.
Date: Fri, 26 Jun 2020 09:02:42 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 544fd8e  tests: install: Disable image compression.
544fd8e is described below

commit 544fd8e3b5b661125ff0e2bd27598f9deef11fca
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Jun 26 15:00:08 2020 +0200

    tests: install: Disable image compression.
    
    * gnu/tests/install.scm (run-install): Disable image compression to speed-up
    the tests.
---
 gnu/tests/install.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index 3323f8c..b2edfa5 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]