aboutsummaryrefslogtreecommitdiff
path: root/build-aux/check-available-binaries.scm
Commit message (Expand)AuthorAge
* check-available-binaries: Use %HYDRA-SUPPORTED-SYSTEMS.•••* build-aux/check-available-binaries.scm: Use %HYDRA-SUPPORTED-SYSTEMS instead of %SUPPORTED-SYSTEMS. Ludovic Courtès2015-05-01
* build: Disable grafting in sanity checks.•••* build-aux/check-available-binaries.scm: Wrap body in 'parameterize' form that clears '%graft?'. * build-aux/check-final-inputs-self-contained.scm: Likewise. Ludovic Courtès2015-02-24
* check-available-binaries: Use 'substitution-oracle'.•••* build-aux/check-available-binaries.scm: Use 'substitution-oracle'. Changer caller and 'warn' accordingly. Ludovic Courtès2015-01-14
* check-available-binaries: Use 'with-store'.•••* build-aux/check-available-binaries.scm: Use 'with-store' instead of an explicit 'open-connection'. Ludovic Courtès2015-01-14
* build: Use the canonical list of supported systems in 'assert-*'.•••* build-aux/check-available-binaries.scm (%supported-systems): Remove. * build-aux/check-final-inputs-self-contained.scm (%supported-systems): Remove. Ludovic Courtès2015-01-14
* check-available-binaries: Make sure substitutes are enabled.•••* build-aux/check-available-binaries.scm: Add call to 'set-build-options'. Ludovic Courtès2014-03-25
* build: check-available-binaries: Adjust to derivation API change.•••* build-aux/check-available-binaries.scm: Use 'derivation->output-path' instead of 'derivation-path->output-path'. Ludovic Courtès2013-09-23
* build: Check the availability of i686-linux binaries.•••* build-aux/check-available-binaries.scm (%supported-systems): New variable. (native): Map over these. Ludovic Courtès2013-07-17
* build: Check for the availability of binaries upon "distcheck".•••* build-aux/check-available-binaries.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (distcheck-hook, assert-binaries-available): New target. Ludovic Courtès2013-07-15