rekado pushed a commit to branch master
in repository maintenance.

commit 9895d057aae0290df5ebbc76000079faf56272ab
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Jan 29 21:56:44 2022 +0100

    hydra: machines-for-berlin: Do not emulate aarch64 on x86_64.
    
    * hydra/machines-for-berlin.scm: Do not use x86_64 machines to build
    on emulated aarch64 in qemu.
---
 hydra/machines-for-berlin.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 9fd6119..c7ed641 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -303,7 +303,6 @@
           ;;(map aarch64->armhf overdrive)
           armv7
           x86_64
-          (map x86_64->qemu-aarch64 fast)
           ;; This has been disabled until bug# 43513 is fixed.
           ;;(map x86_64->qemu-armhf fast)
           (map x86_64->childhurd fast/hurd)))

Reply via email to