guix-commits
[Top][All Lists]
Advanced

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

branch wip-offload updated: tmp7


From: Mathieu Othacehe
Subject: branch wip-offload updated: tmp7
Date: Mon, 21 Dec 2020 05:59:06 -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 f6ef96c  tmp7
f6ef96c is described below

commit f6ef96c1bfa86ecdd155d5c9402295b171ab77d9
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Dec 21 11:58:44 2020 +0100

    tmp7
---
 bin/cuirass.in       | 9 ---------
 src/cuirass/base.scm | 1 -
 2 files changed, 10 deletions(-)

diff --git a/bin/cuirass.in b/bin/cuirass.in
index 762b6ab..20c2447 100644
--- a/bin/cuirass.in
+++ b/bin/cuirass.in
@@ -211,15 +211,6 @@ exec ${GUILE:-@GUILE@} --no-auto-compile -e main -s "$0" 
"$@"
                                     "next evaluation in ~a seconds" interval)
                                    (sleep interval)))))
 
-                             (when (%build-remote?)
-                               (spawn-fiber
-                                (essential-task
-                                 'request-workers exit-channel
-                                 (lambda ()
-                                   (while #t
-                                     (request-workers)
-                                     (sleep 60))))))
-
                              (spawn-fiber
                               (essential-task
                                'metrics exit-channel
diff --git a/src/cuirass/base.scm b/src/cuirass/base.scm
index 2a2cbb3..53b9832 100644
--- a/src/cuirass/base.scm
+++ b/src/cuirass/base.scm
@@ -72,7 +72,6 @@
             prepare-git
             process-specs
             evaluation-log-file
-            request-workers
 
             ;; Parameters.
             %package-cachedir



reply via email to

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