guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: berlin: Use --cpu base for Childhurd.


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

janneke pushed a commit to branch master
in repository maintenance.

commit 2311f84342c37fe70429735ed0cfe14326a4c7c1
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Sep 17 08:23:42 2020 +0200

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

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 01c0edb..6cb654b 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -371,6 +371,7 @@ are 10022 and 15900."
                       ;; 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 0))))
 
              (frontend-services %sysadmins



reply via email to

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