summaryrefslogtreecommitdiff
path: root/build-aux/hydra/guix-modular.scm
Commit message (Collapse)AuthorAge
* hydra: Remove uses of _IOLBF.Ludovic Courtès2020-03-05
| | | | | | | _IOLBF & co. were deprecated in Guile 2.2 and removed in 3.0. * build-aux/hydra/gnu-system.scm: Pass 'line instead of _IOLBF to 'setvbuf'. * build-aux/hydra/guix-modular.scm: Likewise.
* hydra: guix-modular: Build the full Guix.Ludovic Courtès2018-06-10
| | | | | * build-aux/hydra/guix-modular.scm (build-job): Pass #:pull-version to BUILD.
* hydra: guix-modular: Honor the 'systems' argument.Ludovic Courtès2018-04-08
| | | | | | * build-aux/hydra/guix-modular.scm (hydra-jobs)[systems]: Define as in gnu-system.scm. Honor SYSTEMS.
* hydra: guix-modular: Explicitly build for the latest 2.2.Ludovic Courtès2018-04-08
| | | | | * build-aux/hydra/guix-modular.scm (build-job): Pass #:guile-version to 'build'.
* hydra: 'guix-modular' jobs use the new 'build-self'.Ludovic Courtès2018-04-08
| | | | | | | | | * build-aux/hydra/guix-modular.scm: Remove 'eval-when' form that fiddled with '%load-path'. (build-job): Load 'build-aux/build-self.scm' and call the procedure it returns. * build-aux/hydra/evaluate.scm: The 'build-things' replacement no longer calls 'exit'.
* cuirass: Add job specs for the modular Guix.Ludovic Courtès2018-04-08
| | | | | * build-aux/cuirass/guix-modular.scm: New file. * Makefile.am (EXTRA_DIST): Add it.
* hydra: Add jobs for the modular Guix.Ludovic Courtès2017-11-21
* build-aux/hydra/guix-modular.scm: New file. * Makefile.am (EXTRA_DIST): Add it.