From d39997008751b5f8f5c2fc6fae42e44642fe6de5 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 30 Nov 2023 10:29:07 +0000 Subject: Extend %file-port-name-canonicalization to hook threads --- guix-build-coordinator/coordinator.scm | 12 ++++++------ 1 file 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 -- cgit v1.2.3