From bb90ad83b1030c283100bd618ec46423f2fd071e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 28 Mar 2013 00:14:38 +0100 Subject: [PATCH] build: Set `%fresh-auto-compile' in `hydra.scm'. * hydra.scm: Set `%fresh-auto-compile' to #t. --- hydra.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hydra.scm b/hydra.scm index 65042cbe88..8cbfecf34c 100644 --- a/hydra.scm +++ b/hydra.scm @@ -23,6 +23,12 @@ ;; Attempt to use our very own Guix modules. (eval-when (compile load eval) + + ;; Ignore any available .go, and force recompilation. This is because our + ;; checkout in the store has mtime set to the epoch, and thus .go files look + ;; newer, even though they may not correspond. + (set! %fresh-auto-compile #t) + (and=> (assoc-ref (current-source-location) 'filename) (lambda (file) (let ((dir (dirname file)))