guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: hydra: bayfront: Start building things for the hurd.


From: Christopher Baines
Subject: 04/04: hydra: bayfront: Start building things for the hurd.
Date: Mon, 7 Jun 2021 09:55:19 -0400 (EDT)

cbaines pushed a commit to branch master
in repository maintenance.

commit 376595ac348c85b8f2223d6ec533f9951f55a478
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Jun 7 14:47:30 2021 +0100

    hydra: bayfront: Start building things for the hurd.
    
    * hydra/bayfront.scm (operating-system)[services]: Change the
    guix-build-coordinator-queue-builds-configuration to include i586-gnu
    and cross builds to i586-pc-gnu.
---
 hydra/bayfront.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 792dd9e..7be2e69 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -903,7 +903,10 @@ access_log  /var/log/nginx/bordeaux.access.log;"))
              (guix-build-coordinator-queue-builds-configuration
               (systems '("x86_64-linux" "i686-linux"
                          "aarch64-linux"
-                         "powerpc64le-linux"))))
+                         "powerpc64le-linux"
+                         "i586-gnu"))
+              (systems-and-targets
+               '(("x86_64-linux" . "i586-pc-gnu")))))
 
     (service guix-build-coordinator-agent-service-type
              (guix-build-coordinator-agent-configuration



reply via email to

[Prev in Thread] Current Thread [Next in Thread]