This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new a3e5c6f  Revert "hydra: bayfront: Stop submitting i586-gnu builds to 
the coordinator."
a3e5c6f is described below

commit a3e5c6fe9301d53b96a3b447eb08cf96cc274319
Author: Christopher Baines <[email protected]>
AuthorDate: Sun May 7 14:05:40 2023 +0100

    Revert "hydra: bayfront: Stop submitting i586-gnu builds to the 
coordinator."
    
    While things are still quite broken, the derivations themselves aren't
    any more.
    
    This reverts commit b1b0a47c9d8fbe0579e6a233a7055b8b5b167240.
---
 hydra/bayfront.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 0f5719d..39e1740 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1225,11 +1225,7 @@ add_header Content-Type text/plain;")))
                          "aarch64-linux"
                          "armhf-linux"
                          "powerpc64le-linux"
-                         ;; TODO: Re-enable once all revisions prior to
-                         ;; f56d37658e8dde7d53d1d3ae5a15c64cf0e8c7fc
-                         ;; have been processed
-                         ;; "i586-gnu"
-                         ))
+                         "i586-gnu"))
               (systems-and-targets
                (map (lambda (target)
                       (cons "x86_64-linux" target))

Reply via email to