[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: image: Offload "disk-image" derivations.
From: |
guix-commits |
Subject: |
branch master updated: image: Offload "disk-image" derivations. |
Date: |
Sun, 08 Nov 2020 08:30:40 -0500 |
This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f9926c0 image: Offload "disk-image" derivations.
f9926c0 is described below
commit f9926c071fac87925564b304c74dd6f2840b60a2
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?))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: image: Offload "disk-image" derivations.,
guix-commits <=