guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: build-machines: Increase Hurd VM disk size to 50G.


From: Ricardo Wurmus
Subject: 01/02: hydra: build-machines: Increase Hurd VM disk size to 50G.
Date: Fri, 2 Feb 2024 11:28:17 -0500 (EST)

rekado pushed a commit to branch master
in repository maintenance.

commit 50b4bd540bfa824ba41a833e84cfe67c3209c397
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Feb 2 17:23:41 2024 +0100

    hydra: build-machines: Increase Hurd VM disk size to 50G.
    
    * hydra/modules/sysadmin/build-machines.scm
    (berlin-new-build-machine-os): Increase disk size from 12G to 50G.
---
 hydra/modules/sysadmin/build-machines.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index a7caef8..b48d3d2 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix system administration tools.
 ;;;
 ;;; Copyright © 2016-2017, 2019-2023 Ludovic Courtès <ludo@gnu.org>
-;;; Copyright © 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2017, 2018, 2019, 2024 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
 ;;;
 ;;; This program is free software: you can redistribute it and/or modify
@@ -283,7 +283,7 @@ Match Address 141.80.167.131
                                    (hurd-vm-configuration
                                     (os childhurd-os)
                                     ;; 6G should be enough to build 'hello'
-                                    (disk-size (* 12000 (expt 2 20))) ;12G
+                                    (disk-size (* 50000 (expt 2 20))) ;50G
                                     (memory-size (* 4 1024)) ;4GiB
                                     (net-options
                                      (childhurd-net-options this-record))))))



reply via email to

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