guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: cuirass: Disable powerpc64le emulation.


From: Mathieu Othacehe
Subject: branch master updated: hydra: cuirass: Disable powerpc64le emulation.
Date: Tue, 31 Aug 2021 09:05:41 -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 c0a9022  hydra: cuirass: Disable powerpc64le emulation.
c0a9022 is described below

commit c0a9022d8234009c8539f651f90b5083dcfc5033
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Aug 31 15:02:01 2021 +0200

    hydra: cuirass: Disable powerpc64le emulation.
    
    * hydra/berlin-nodes.scm: Disable powerpc64le emulation that is broken.
---
 hydra/berlin-nodes.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hydra/berlin-nodes.scm b/hydra/berlin-nodes.scm
index 09d1293..c8f035b 100644
--- a/hydra/berlin-nodes.scm
+++ b/hydra/berlin-nodes.scm
@@ -142,8 +142,7 @@
                                         `("x86_64-linux" "i686-linux"
                                           ,@(if (odd? id)
                                                 '("armhf-linux"
-                                                  "aarch64-linux"
-                                                  "powerpc64le-linux")
+                                                  "aarch64-linux")
                                                 '()))
                                         #:max-jobs 4
                                         ;; The big-memory machines have 96



reply via email to

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