diff options
Diffstat (limited to 'guix-build-coordinator')
-rw-r--r-- | guix-build-coordinator/coordinator.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/guix-build-coordinator/coordinator.scm b/guix-build-coordinator/coordinator.scm index 5b0a2aa..5353fab 100644 --- a/guix-build-coordinator/coordinator.scm +++ b/guix-build-coordinator/coordinator.scm @@ -449,13 +449,13 @@ (client-communication-uri %default-client-uri) secret-key-base (parallel-hooks '())) - (perform-coordinator-service-startup - build-coordinator - #:update-datastore? update-datastore? - #:pid-file pid-file - #:parallel-hooks parallel-hooks) - (with-fluids ((%file-port-name-canonicalization 'none)) + (perform-coordinator-service-startup + build-coordinator + #:update-datastore? update-datastore? + #:pid-file pid-file + #:parallel-hooks parallel-hooks) + ;; Create some worker thread channels, which need to be created prior ;; to run-fibers being called. (let ((chunked-request-channel |