From 9ddefa0145d6103752095aab8a659de5f28aaf7b Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 25 Jun 2024 10:20:03 +0100 Subject: Don't submit i586-gnu builds for the moment The childhurd's connected to the bordeaux build farm just aren't reliable enough yet. --- guix-qa-frontpage/manage-builds.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guix-qa-frontpage/manage-builds.scm b/guix-qa-frontpage/manage-builds.scm index 9b1911f..12abf63 100644 --- a/guix-qa-frontpage/manage-builds.scm +++ b/guix-qa-frontpage/manage-builds.scm @@ -47,7 +47,10 @@ "armhf-linux" "riscv64-linux" "powerpc64le-linux" - "i586-gnu")) + ;; Builds for the hurd can't be reliably done at the moment, so skip + ;; submitting them + ;; "i586-gnu" + )) (define %systems-with-expected-low-substitute-availability '("i586-gnu" -- cgit v1.2.3