Archived
1
0
Fork 0
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
guix/gnu
Mathieu Othacehe 05c747ea6b
tests: install: Use the swap-space record.
This fixes the following error:

In gnu/services/base.scm:
  2228:56  4 (_ #<<uuid> type: dce bv: #vu8(17 17 17 17 34 34 51 51 …>)
In gnu/build/file-systems.scm:
   239:13  3 (swap-space->flags-bit-mask #<<uuid> type: dce bv: #vu8…>)
In ice-9/boot-9.scm:
  1685:16  2 (raise-exception _ #:continuable? _)
  1685:16  1 (raise-exception _ #:continuable? _)
  1685:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
In procedure swap-space-priority: Wrong type argument: #<<uuid> type: dce bv: #vu8(17 17 17 17 34 34 51 51 68 68 18 52 86 120 154 188)>

* gnu/tests/install.scm (installation-target-os-for-gui-tests): Use the
swap-space record.
2021-12-01 19:23:12 +01:00
..
bootloader
build Merge branch 'master' into core-updates-frozen 2021-11-23 11:29:38 +01:00
home gnu: home: services: Fix typo. 2021-11-17 12:55:24 -08:00
installer
machine
packages gnu: tor: Fix build issue on some architectures. 2021-12-01 11:38:33 +02:00
platforms
services services: polkit: Choose between polkit-mozjs and polkit-duktape. 2021-11-27 23:06:17 +01:00
system Merge branch 'master' into core-updates-frozen 2021-11-23 11:29:38 +01:00
tests tests: install: Use the swap-space record. 2021-12-01 19:23:12 +01:00
artwork.scm
bootloader.scm gnu: system: Improve location of some configuration warnings. 2021-11-17 23:05:58 +01:00
ci.scm
home.scm
image.scm image: Support generating GPT images via partition-table-type. 2021-11-12 12:06:58 +00:00
installer.scm
local.mk gnu: Remove duplicated patch. 2021-12-01 09:23:51 +01:00
machine.scm
packages.scm
platform.scm
services.scm services: Document the 'delete' clause of 'modify-services'. 2021-11-27 23:06:17 +01:00
system.scm Merge branch 'master' into core-updates-frozen 2021-11-23 11:29:38 +01:00
tests.scm