From c44d485bba42034804beb47afc23005c4e73ea96 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 2 Jun 2023 18:16:52 +0100 Subject: Set GC_RETRY_SIGNALS=0 for the agent As I've seen the "Signals delivery fails constantly" crash in the agent now. --- scripts/guix-build-coordinator-agent.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/guix-build-coordinator-agent.in b/scripts/guix-build-coordinator-agent.in index d65ea18..006e1f8 100644 --- a/scripts/guix-build-coordinator-agent.in +++ b/scripts/guix-build-coordinator-agent.in @@ -34,6 +34,11 @@ (guix-build-coordinator agent-messaging) (guix-build-coordinator agent-messaging http)) +(unless (getenv "GC_RETRY_SIGNALS") + (begin + (setenv "GC_RETRY_SIGNALS" "0") + (apply execlp (car (command-line)) (command-line)))) + (install-suspendable-ports!) (define %options -- cgit v1.2.3