guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: Add aarch64 box to berlin's machines.


From: Ludovic Courtès
Subject: 01/02: hydra: Add aarch64 box to berlin's machines.
Date: Thu, 18 Jan 2018 09:22:58 -0500 (EST)

civodul pushed a commit to branch master
in repository maintenance.

commit e0b90a8c5573e292bd34bc886a400cfefd39ed84
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jan 18 15:16:55 2018 +0100

    hydra: Add aarch64 box to berlin's machines.
    
    * hydra/machines-for-berlin.scm (overdrive1): New variable.
    <top level>: Add it to the list.
---
 hydra/machines-for-berlin.scm | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 8482cd8..9238749 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -81,5 +81,19 @@
   (build-machine (inherit machine)
    (system "i686-linux")))
 
+(define overdrive1
+  ;; The SoftIron OverDrive 1000 donated by ARM:
+  ;; <https://softiron.com/development-tools/overdrive-1000/>.
+  (build-machine
+   ;; 91.160.117.201 or 2a01:e0a:1d:7270:af76:b9b:ca24:c465
+   (name "overdrive1.guixsd.org")
+   (port 52522)
+   (user "hydra")
+   (system "aarch64-linux")
+   (host-key
+    "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIPf2f93c90oi9s9qGVGWC3sDgG7kEBvIEwR021NsfG+z 
address@hidden")
+   (parallel-builds 2)))
+
 (let ((x86_64 (map template-x86_64 hosts)))
-  (append x86_64 (map x86_64->i686 x86_64)))
+  (cons overdrive1
+        (append x86_64 (map x86_64->i686 x86_64))))



reply via email to

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