GNU bug report logs -
#77288
[PATCH 0/6] Rootless guix-daemon on Guix System
Previous Next
Reported by: Ludovic Courtès <ludo <at> gnu.org>
Date: Wed, 26 Mar 2025 16:50:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/tests/base.scm (%daemon-os): New variable.
(%test-guix-daemon): Use it.
Change-Id: Iea31808cc59e94971ea4cbc12d565c94348bf7a4
---
gnu/tests/base.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm
index a7f8a5bf7c..0f7fb543a7 100644
--- a/gnu/tests/base.scm
+++ b/gnu/tests/base.scm
@@ -994,6 +994,10 @@ (define %test-activation
;;; Build daemon.
;;;
+(define %daemon-os
+ (operating-system-with-console-syslog
+ (simple-operating-system)))
+
(define (manifest-entry-without-grafts entry)
"Return ENTRY with grafts disabled on its contents."
(manifest-entry
@@ -1168,7 +1172,7 @@ (define %test-guix-daemon
(let ((os (marionette-operating-system
(operating-system
(inherit (operating-system-with-gc-roots
- %simple-os
+ %daemon-os
(list (profile
(name "hello-build-dependencies")
(content %hello-dependencies-manifest)))))
--
2.49.0
This bug report was last modified 90 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.