diff options
author | Christopher Baines <mail@cbaines.net> | 2025-03-25 10:04:39 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-03-25 10:04:39 +0000 |
commit | f4540b83aae6501895bd6eb72faa9037028e87c7 (patch) | |
tree | b8ec211ddc58cc747b5c2d6bdc74e49b06e4de7b | |
parent | d3bbc70899414e615b413bdda0bdfdfe86c0ee6c (diff) | |
download | qa-frontpage-f4540b83aae6501895bd6eb72faa9037028e87c7.tar qa-frontpage-f4540b83aae6501895bd6eb72faa9037028e87c7.tar.gz |
Submit powerpc64le-linux builds
As substitute availability is looking OK, there's still a need for
more machines though.
-rw-r--r-- | guix-qa-frontpage/manage-builds.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/guix-qa-frontpage/manage-builds.scm b/guix-qa-frontpage/manage-builds.scm index b569c43..90b0524 100644 --- a/guix-qa-frontpage/manage-builds.scm +++ b/guix-qa-frontpage/manage-builds.scm @@ -49,13 +49,11 @@ "i686-linux" "aarch64-linux" "armhf-linux" + "powerpc64le-linux" ;; TODO master branch substitute availability isn't high enough ;; for riscv yet ;; "riscv64-linux" ;; - ;; Don't submit powerpc64le-linux builds as the single build machine - ;; available isn't running enough at the moment - ;; "powerpc64le-linux" ;; Builds for the hurd can't be reliably done at the moment, so skip ;; submitting them ;; "i586-gnu" |