me
/
guix
Archived
1
0
Fork 0

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
<https://bugs.gnu.org/29226>.
* guix/ui.scm (load*): Likewise.
master
Ludovic Courtès 2017-12-01 18:31:16 +01:00
parent 2a4050341f
commit e2721a05e7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ determined."
(catch #t (catch #t
(lambda () (lambda ()
;; Avoid ABI incompatibility with the <build-machine> record. ;; Avoid ABI incompatibility with the <build-machine> record.
(set! %fresh-auto-compile #t) ;; (set! %fresh-auto-compile #t)
(save-module-excursion (save-module-excursion
(lambda () (lambda ()

View File

@ -195,7 +195,7 @@ messages."
(catch #t (catch #t
(lambda () (lambda ()
;; XXX: Force a recompilation to avoid ABI issues. ;; XXX: Force a recompilation to avoid ABI issues.
(set! %fresh-auto-compile #t) ;; (set! %fresh-auto-compile #t)
(set! %load-should-auto-compile #t) (set! %load-should-auto-compile #t)
(save-module-excursion (save-module-excursion