guix-commits
[Top][All Lists]
Advanced

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

branch master updated: ci: Honor the system passed to image->job.


From: guix-commits
Subject: branch master updated: ci: Honor the system passed to image->job.
Date: Thu, 13 Oct 2022 11:28:57 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7c2b09f924 ci: Honor the system passed to image->job.
7c2b09f924 is described below

commit 7c2b09f924788a9ed1b149830a4de4e2920d4618
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Oct 13 11:53:34 2022 +0200

    ci: Honor the system passed to image->job.
    
    Fixes: <https://issues.guix.gnu.org/53480>.
    
    * gnu/ci.scm (image->job): Pass the system argument to the underlying
    lower-object call.
---
 gnu/ci.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/ci.scm b/gnu/ci.scm
index 884dd84469..e1ba0f6100 100644
--- a/gnu/ci.scm
+++ b/gnu/ci.scm
@@ -252,7 +252,7 @@ otherwise use the IMAGE name."
          (drv (run-with-store store
                 (mbegin %store-monad
                   (set-guile-for-build (default-guile))
-                  (lower-object (system-image image))))))
+                  (lower-object (system-image image) system)))))
     (parameterize ((%graft? #f))
       (derivation->job name drv))))
 



reply via email to

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