mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
services: guix-build-coordinator: Don't use line buffering.
For the output ports, as this can cause problems with fibers. * gnu/services/guix.scm (make-guix-build-coordinator-start-script): Don't use line buffered output. Change-Id: I7b26ef252b6f6999e8a39b5d872a780a99f3852c
This commit is contained in:
@@ -303,9 +303,6 @@
|
||||
(guix-build-coordinator build-allocator)
|
||||
(guix-build-coordinator coordinator))
|
||||
|
||||
(setvbuf (current-output-port) 'line)
|
||||
(setvbuf (current-error-port) 'line)
|
||||
|
||||
(simple-format #t "starting the guix-build-coordinator:\n ~A\n"
|
||||
(current-filename))
|
||||
(let* ((hooks
|
||||
|
||||
Reference in New Issue
Block a user