guix-commits
[Top][All Lists]
Advanced

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

branch wip-offload updated: tmp


From: Mathieu Othacehe
Subject: branch wip-offload updated: tmp
Date: Sun, 03 Jan 2021 07:30:38 -0500

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

mothacehe pushed a commit to branch wip-offload
in repository guix-cuirass.

The following commit(s) were added to refs/heads/wip-offload by this push:
     new 25c2d37  tmp
25c2d37 is described below

commit 25c2d379ea886b9e359c41877e2dbbb968476de2
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Jan 3 13:30:28 2021 +0100

    tmp
---
 src/cuirass/remote-worker.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cuirass/remote-worker.scm b/src/cuirass/remote-worker.scm
index e2806c8..aad7290 100644
--- a/src/cuirass/remote-worker.scm
+++ b/src/cuirass/remote-worker.scm
@@ -172,7 +172,7 @@ still be substituted."
         (set-build-options* store publish-url
                             #:timeout timeout
                             #:max-silent max-silent)
-        (empty-cache!)
+        ;(empty-cache!)
         (reply (zmq-build-started-message drv name))
         (guard (c ((store-error? c)
                    (info (G_ "Derivation `~a' build failed.~%") drv)



reply via email to

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