From e2721a05e7d778bdf845b7cb7a42fd9f76095b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 1 Dec 2017 18:31:16 +0100 Subject: Do not set '%fresh-auto-compile'. * guix/scripts/offload.scm (build-machines): Comment out '(set! %fresh-auto-compile #t)' since with Guile 2.2.3 it could lead to an actual rebuild of everything that gets loaded from there on. See . * guix/ui.scm (load*): Likewise. --- guix/ui.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix/ui.scm') diff --git a/guix/ui.scm b/guix/ui.scm index 13cbe3a0f7..9ed8f37521 100644 --- a/guix/ui.scm +++ b/guix/ui.scm @@ -195,7 +195,7 @@ messages." (catch #t (lambda () ;; XXX: Force a recompilation to avoid ABI issues. - (set! %fresh-auto-compile #t) + ;; (set! %fresh-auto-compile #t) (set! %load-should-auto-compile #t) (save-module-excursion -- cgit v1.2.3