guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: ci: Really honor system type for manifests.


From: guix-commits
Subject: 02/02: ci: Really honor system type for manifests.
Date: Mon, 21 Aug 2023 13:22:45 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4fb9d524357958f765763d5816af55f234b026d5
Author: Ludovic Courtès <ludo@gnu.org>
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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]