guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: Add powerpc64le emulation support.


From: Mathieu Othacehe
Subject: branch master updated: hydra: Add powerpc64le emulation support.
Date: Wed, 14 Apr 2021 03:46:24 -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 e41026a  hydra: Add powerpc64le emulation support.
e41026a is described below

commit e41026a86dd977d518a5faff65d06638db6e5aee
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Apr 14 09:45:18 2021 +0200

    hydra: Add powerpc64le emulation support.
    
    * hydra/berlin-nodes.scm: Add powerpc64le emulation support.
---
 hydra/berlin-nodes.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/hydra/berlin-nodes.scm b/hydra/berlin-nodes.scm
index c1a8b8a..9366a40 100644
--- a/hydra/berlin-nodes.scm
+++ b/hydra/berlin-nodes.scm
@@ -141,14 +141,15 @@
                                         #:authorized-guix-keys
                                         %authorized-guix-keys
                                         #:emulated-architectures
-                                        '("arm" "aarch64")
+                                        '("arm" "aarch64" "ppc64le")
                                         #:childhurd? (childhurd-ip? ip)
                                         ;; Emulate aarch64 builds on half of
                                         ;; the build machines.
                                         #:systems
                                         `("x86_64-linux" "i686-linux"
                                           ,@(if (odd? id)
-                                                '("aarch64-linux")
+                                                '("aarch64-linux"
+                                                  "powerpc64le-linux")
                                                 '()))
                                         #:max-jobs 4
                                         ;; The big-memory machines have 96



reply via email to

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