guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: Set the guile-for-build for the test jobs.


From: Ludovic Courtès
Subject: 01/01: hydra: Set the guile-for-build for the test jobs.
Date: Mon, 20 Jun 2016 22:21:30 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 5c310940edc8d6b8c85c44f2d9cf258e937ab156
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jun 21 00:20:50 2016 +0200

    hydra: Set the guile-for-build for the test jobs.
    
    * build-aux/hydra/gnu-system.scm (system-test-jobs): Call
    'set-guile-for-build'.
---
 build-aux/hydra/gnu-system.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index 4c27a9d..50e1661 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -182,6 +182,7 @@ system.")
                      (mbegin %store-monad
                        (set-current-system system)
                        (set-grafting #f)
+                       (set-guile-for-build (default-guile))
                        (system-test-value test)))))))
 
   (if (member system %guixsd-supported-systems)



reply via email to

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