guix-commits
[Top][All Lists]
Advanced

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

02/03: image: Offload "disk-image" derivations.


From: guix-commits
Subject: 02/03: image: Offload "disk-image" derivations.
Date: Sun, 8 Nov 2020 10:58:53 -0500 (EST)

civodul pushed a commit to branch version-1.2.0
in repository guix.

commit 4e9ded6d276bf488593f53a84b6e50771abac13f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Nov 8 14:27:35 2020 +0100

    image: Offload "disk-image" derivations.
    
    This is a followup to 99efa804bd6df5de4760ec5974ed2297f1746366.
    
    * gnu/system/image.scm (system-disk-image): Pass #:local-build? #f to
    'computed-file'.
---
 gnu/system/image.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/image.scm b/gnu/system/image.scm
index 4075a26..81152f0 100644
--- a/gnu/system/image.scm
+++ b/gnu/system/image.scm
@@ -414,6 +414,7 @@ image ~a {
                 out-image))
              (convert-disk-image out-image '#$format #$output)))))
     (computed-file name builder
+                   #:local-build? #f              ;too I/O-intensive
                    #:options `(#:substitutable? ,substitutable?))))
 
 



reply via email to

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