guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: Set GUILE_LOAD_COMPILED_PATH globally.


From: Ricardo Wurmus
Subject: 01/01: hydra: Set GUILE_LOAD_COMPILED_PATH globally.
Date: Thu, 24 Aug 2017 21:48:34 -0400 (EDT)

rekado pushed a commit to branch master
in repository maintenance.

commit 12dcd5fecbd0ae65f60393f37085b09f25b5fa6d
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Aug 25 03:45:00 2017 +0200

    hydra: Set GUILE_LOAD_COMPILED_PATH globally.
    
    * hydra/modules/sysadmin/build-machines.scm 
(berlin-build-machine-os)[services]:
    Set GUILE_LOAD_COMPILED_PATH globally.
---
 hydra/modules/sysadmin/build-machines.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index 3e3f10a..4b86e6c 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -110,7 +110,10 @@ the given AUTHORIZED-GUIX-KEYS."
     (services (cons* (simple-service 'guile-load-path-in-global-env
                                      session-environment-service-type
                                      `(("GUILE_LOAD_PATH"
-                                        . 
"/run/current-system/profile/share/guile/site/2.2")))
+                                        . 
"/run/current-system/profile/share/guile/site/2.2")
+                                       ("GUILE_LOAD_COMPILED_PATH"
+                                        . ,(string-append 
"/run/current-system/profile/lib/guile/2.2/site-ccache:"
+                                                          
"/run/current-system/profile/share/guile/site/2.2"))))
                      (agetty-service (agetty-configuration
                                       (tty "ttyS1")
                                       (baud-rate "9600")))



reply via email to

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