[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: Add armhf-linux emulation support.
From: |
Mathieu Othacehe |
Subject: |
branch master updated: hydra: Add armhf-linux emulation support. |
Date: |
Thu, 15 Apr 2021 03:26:10 -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 a864510 hydra: Add armhf-linux emulation support.
a864510 is described below
commit a864510342df7449ec3bd212aa4398ace827b28f
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Apr 15 09:25:35 2021 +0200
hydra: Add armhf-linux emulation support.
* hydra/berlin-nodes.scm: Add armhf-linux emulation support.
---
hydra/berlin-nodes.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/hydra/berlin-nodes.scm b/hydra/berlin-nodes.scm
index 9366a40..1cd3ca9 100644
--- a/hydra/berlin-nodes.scm
+++ b/hydra/berlin-nodes.scm
@@ -143,12 +143,13 @@
#:emulated-architectures
'("arm" "aarch64" "ppc64le")
#:childhurd? (childhurd-ip? ip)
- ;; Emulate aarch64 builds on half of
- ;; the build machines.
+ ;; Emulate foreign architectures on
+ ;; half of the build machines.
#:systems
`("x86_64-linux" "i686-linux"
,@(if (odd? id)
- '("aarch64-linux"
+ '("armhf-linux"
+ "aarch64-linux"
"powerpc64le-linux")
'()))
#:max-jobs 4
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: Add armhf-linux emulation support.,
Mathieu Othacehe <=