This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new cbe75ed Revert "sysadmin: build-machines: Enable guix-daemon debug
output."
cbe75ed is described below
commit cbe75edae348bf0aa235e93ebeb58fe9db14fa7a
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon Apr 17 22:43:54 2023 +0200
Revert "sysadmin: build-machines: Enable guix-daemon debug output."
This reverts commit 72d8a62466b71eda657b52ca17e99f7189ea18ad.
Passing '--debug' was discussed in
<https://issues.guix.gnu.org/48468#20>. However, '--debug' exhibited
deadlocks during offloading: <https://issues.guix.gnu.org/61839>.
---
hydra/modules/sysadmin/build-machines.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/hydra/modules/sysadmin/build-machines.scm
b/hydra/modules/sysadmin/build-machines.scm
index a8f52e1..7887dee 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -307,8 +307,7 @@ Match Address 141.80.167.131
(build-accounts
(* build-accounts-to-max-jobs-ratio max-jobs))
(extra-options
- (list "--debug"
- "--max-jobs"
+ (list "--max-jobs"
(number->string max-jobs)
"--cores"
(number->string max-cores)))))))))