diff options
| author | Christopher Baines <mail@cbaines.net> | 2026-04-17 18:42:48 +0100 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2026-04-17 18:51:46 +0100 |
| commit | 3e4c2ce48eb848c896c2d63d6dae4bb2daface63 (patch) | |
| tree | 8d8002ac6ad8700a0477f03e143c84ccf90268b9 /gnu | |
| parent | 801490734200a79307b81de2d785d946f44402df (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/services/guix.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm index d7862b465e..90b40e0c21 100644 --- a/gnu/services/guix.scm +++ b/gnu/services/guix.scm @@ -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 |
