guix-commits
[Top][All Lists]
Advanced

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

branch master updated: berlin: Remove powerpc64le-linux architecture.


From: Mathieu Othacehe
Subject: branch master updated: berlin: Remove powerpc64le-linux architecture.
Date: Thu, 20 Oct 2022 07:16:52 -0400

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

mothacehe pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new d641115  berlin: Remove powerpc64le-linux architecture.
d641115 is described below

commit d641115e20973731555b586985fa81fbe293aeca
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Oct 20 13:15:30 2022 +0200

    berlin: Remove powerpc64le-linux architecture.
    
    Berlin has no powerpc64le-linux offload machine available which causes the
    Cuirass guix evaluation to fail. Disable it for now.
    
    * hydra/berlin.scm: Remove it.
---
 hydra/berlin.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index dc30fe1..8960ab5 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -503,8 +503,7 @@ at MOUNT-POINT."
                                      #:build-accounts-to-max-jobs-ratio 5
                                      #:gc-threshold (* 15 TiB)
                                      #:systems '("x86_64-linux" "i686-linux"
-                                                 "aarch64-linux"
-                                                 "powerpc64le-linux")
+                                                 "aarch64-linux")
                                      #:motd %motd
                                      #:publish-workers 8
                                      #:max-jobs 20)



reply via email to

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