civodul pushed a commit to branch master
in repository guix.
commit 4fb9d524357958f765763d5816af55f234b026d5
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon Aug 21 19:16:05 2023 +0200
ci: Really honor system type for manifests.
* gnu/ci.scm (manifests->jobs): Pass SYSTEM to 'lower-object'.
---
gnu/ci.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/ci.scm b/gnu/ci.scm
index 7771add033..520ac28110 100644
--- a/gnu/ci.scm
+++ b/gnu/ci.scm
@@ -438,7 +438,7 @@ names, for each one of SYSTEMS."
(let* ((obj (manifest-entry-item entry))
(drv (parameterize ((%graft? #f))
(run-with-store store
- (lower-object obj)
+ (lower-object obj system)
#:system system)))
(max-silent-time (or (and (package? obj)
(assoc-ref (package-properties obj)