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 <[email protected]>
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