guix-devel/build-aux/hydra
Ludovic Courtès 7b0449712e
hydra: Make sure we add an absolute file name to the load path.
Previously, under Cuirass, we'd add "build-aux/cuirass/../hydra/../..".
But then, commit c45477d2a1 added this
in (gnu system vm):

         (local-file (search-path %load-path
                                  "guix/store/schema.sql"))

Since 'search-path' would not return an absolute file name, 'local-file'
would try to resolve that relative to "gnu/system", leading to:

  ERROR: In procedure force:
  In procedure canonicalize-path: No such file or directory: "/gnu/store/…-guix-ce573b1/gnu/system/build-aux/cuirass/../hydra/../../guix/store/schema.sql

* build-aux/hydra/gnu-system.scm <top level>: Canonicalize DIR before
adding it to %LOAD-PATH.
2018-06-15 10:04:59 +02:00
..
evaluate.scm hydra: 'guix-modular' jobs use the new 'build-self'. 2018-04-08 17:48:33 +02:00
gnu-system.scm hydra: Make sure we add an absolute file name to the load path. 2018-06-15 10:04:59 +02:00
guix-modular.scm hydra: guix-modular: Build the full Guix. 2018-06-10 23:32:00 +02:00
guix.scm hydra: Fix uses of 'eval-when'. 2018-04-09 00:00:58 +02:00