From d2b2a9a714f9d5140690682ef64968bebd06327a Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Mon, 29 Nov 2021 15:48:50 +0100 Subject: [PATCH 1/1] hydra: Disable ARM emulation. * hydra/berlin-nodes.scm: Disable armhf-linux and aarch64-linux system emulation on build nodes. --- hydra/berlin-nodes.scm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hydra/berlin-nodes.scm b/hydra/berlin-nodes.scm index c8f035b..92bef7a 100644 --- a/hydra/berlin-nodes.scm +++ b/hydra/berlin-nodes.scm @@ -136,14 +136,8 @@ #:emulated-architectures '("arm" "aarch64" "ppc64le") #:childhurd? (childhurd-ip? ip) - ;; Emulate foreign architectures on - ;; half of the build machines. #:systems - `("x86_64-linux" "i686-linux" - ,@(if (odd? id) - '("armhf-linux" - "aarch64-linux") - '())) + `("x86_64-linux" "i686-linux") #:max-jobs 4 ;; The big-memory machines have 96 ;; logical cores, the others 64. -- 2.34.0