From 63e38b087cbc549fd9fc5f817114dbe976036bc3 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 3 Jul 2020 09:17:31 +0100 Subject: Deduplicate the system arguments for the agent process The default value of the current system can lead to duplicates. --- scripts/guix-build-coordinator-agent.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/guix-build-coordinator-agent.in b/scripts/guix-build-coordinator-agent.in index 74e4ffb..bbdc6bd 100644 --- a/scripts/guix-build-coordinator-agent.in +++ b/scripts/guix-build-coordinator-agent.in @@ -95,7 +95,7 @@ (run-agent (assq-ref opts 'uuid) (assq-ref opts 'coordinator) (assq-ref opts 'password) - (assq-ref opts 'systems) + (delete-duplicates (assq-ref opts 'systems)) (assq-ref opts 'max-parallel-builds) (or (assq-ref opts 'derivation-substitute-urls) (assq-ref opts 'substitute-urls)) -- cgit v1.2.3