sysadmin: build-machines: Enable guix-daemon debug output.

* hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os):
Enable it.
This commit is contained in:
Mathieu Othacehe 2023-01-10 09:02:28 +01:00
parent 78e3791b13
commit 72d8a62466
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 1 deletions

View File

@ -306,7 +306,8 @@ Match Address 141.80.167.131
(build-accounts
(* build-accounts-to-max-jobs-ratio max-jobs))
(extra-options
(list "--max-jobs"
(list "--debug"
"--max-jobs"
(number->string max-jobs)
"--cores"
(number->string max-cores)))))))))