2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: build-machine: Remove "--cpu base" from <hurd-vm-configuration>.

This would lead ext2fs to hang during startup, for unknown reasons.

* hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os):
Remove 'options'.
This commit is contained in:
Ludovic Courtès 2022-03-17 22:17:20 +01:00
parent ea3817d9c8
commit fc21ab3e2b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -269,7 +269,6 @@ Match Address 141.80.167.131
;; 6G should be enough to build 'hello'
(disk-size (* 12000 (expt 2 20))) ;12G
(memory-size (* 4 1024)) ;4GiB
(options '("--cpu" "base" "--snapshot"))
(net-options
(childhurd-net-options this-record))))))