mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
tests: install: Fix encrypted-root-not-boot-os test.
Fix build failure caused by lack of free disk space. * gnu/tests/install.scm (%test-encrypted-root-not-boot-os): Increase the root partition to 1600 MiB. Change-Id: I9f8378c37743ae8e59a72228b9e8bdbad93b4473
This commit is contained in:
parent
afdcba7855
commit
fa222331bd
1 changed files with 3 additions and 1 deletions
|
@ -1194,7 +1194,9 @@ (define %test-encrypted-root-not-boot-os
|
|||
((images (run-install %encrypted-root-not-boot-os
|
||||
%encrypted-root-not-boot-os-source
|
||||
#:script
|
||||
%encrypted-root-not-boot-installation-script))
|
||||
%encrypted-root-not-boot-installation-script
|
||||
#:target-size
|
||||
(* 1600 MiB)))
|
||||
(command (qemu-command* images)))
|
||||
(run-basic-test %encrypted-root-not-boot-os command
|
||||
"encrypted-root-not-boot-os"
|
||||
|
|
Loading…
Reference in a new issue