guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: build-machines: Use --cpu base for Childhurd.


From: Jan Nieuwenhuizen
Subject: 02/02: hydra: build-machines: Use --cpu base for Childhurd.
Date: Thu, 17 Sep 2020 02:39:29 -0400 (EDT)

janneke pushed a commit to branch master
in repository maintenance.

commit 37d2bcff49fe38b11683e4a78896a5fc72531328
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Sep 17 08:31:24 2020 +0200

    hydra: build-machines: Use --cpu base for Childhurd.
    
    Using --cpu base fixes booting the Hurd in QEMU with --enable-kvm.
    
    * hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os)
    [services]: : Override "options" field; keeping default "--snaphot"
    and adding "--cpu" "base".
---
 hydra/modules/sysadmin/build-machines.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index a214e5d..233dff4 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -234,6 +234,7 @@ Match Address 141.80.167.131
                                     ;; 6G should be enough to build 'hello'
                                     (disk-size (* 12000 (expt 2 20))) ;12G
                                     (memory-size 1024)
+                                    (options '("--cpu" "base" "--snapshot"))
                                     (net-options
                                      (childhurd-net-options this-record))))))
 



reply via email to

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