mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
build: Set %fresh-auto-compile' in
hydra.scm'.
* hydra.scm: Set `%fresh-auto-compile' to #t.
This commit is contained in:
parent
c415f14538
commit
bb90ad83b1
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@
|
||||||
|
|
||||||
;; Attempt to use our very own Guix modules.
|
;; Attempt to use our very own Guix modules.
|
||||||
(eval-when (compile load eval)
|
(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)
|
(and=> (assoc-ref (current-source-location) 'filename)
|
||||||
(lambda (file)
|
(lambda (file)
|
||||||
(let ((dir (dirname file)))
|
(let ((dir (dirname file)))
|
||||||
|
|
Loading…
Reference in a new issue