guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: machines-for-berlin: Add powerpc64le.


From: Ricardo Wurmus
Subject: 01/02: hydra: machines-for-berlin: Add powerpc64le.
Date: Thu, 17 Feb 2022 09:30:14 -0500 (EST)

rekado pushed a commit to branch master
in repository maintenance.

commit 7f83e9531febc0a379406e7c8820bab175ca7e91
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 17 15:29:13 2022 +0100

    hydra: machines-for-berlin: Add powerpc64le.
    
    * hydra/machines-for-berlin.scm (powerpc64le): New variable.  Add it
    to the list of machines.
---
 hydra/machines-for-berlin.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index c7ed641..87bb668 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -284,6 +284,20 @@
    (speed 1.0)
    (parallel-builds 2))))
 
+(define powerpc64le
+  (list
+   ;; A VM donated/hosted by OSUOSL & administered by nckx.
+   ;; XXX: SSH tunnel via overdrive1:
+   ;; ssh -L 2224:p9.tobias.gr:22 hydra@10.0.0.3
+   #;
+   (build-machine
+    ;;(name "p9.tobias.gr")
+    (name "localhost")
+    (port 2224)
+    (user "hydra")
+    (systems '("powerpc64le-linux"))
+    (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIJEbRxJ6WqnNLYEMNDUKFcdMtyZ9V/6oEfBFSHY8xE6A nckx"))))
+
 (define build-machine-name
   (@@ (guix scripts offload) build-machine-name))
 
@@ -302,6 +316,7 @@
           ;; This has been disabled until bug# 43513 is fixed.
           ;;(map aarch64->armhf overdrive)
           armv7
+          powerpc64le
           x86_64
           ;; This has been disabled until bug# 43513 is fixed.
           ;;(map x86_64->qemu-armhf fast)



reply via email to

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