~ruther/guix-local

bb90ad83b1030c283100bd618ec46423f2fd071e — Ludovic Courtès 13 years ago c415f14
build: Set `%fresh-auto-compile' in `hydra.scm'.

* hydra.scm: Set `%fresh-auto-compile' to #t.
1 files changed, 6 insertions(+), 0 deletions(-)

M hydra.scm
M hydra.scm => hydra.scm +6 -0
@@ 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)))