Ludovic Courtès
78bed82d19
check-available-binaries: Use %HYDRA-SUPPORTED-SYSTEMS.
...
* build-aux/check-available-binaries.scm: Use %HYDRA-SUPPORTED-SYSTEMS
instead of %SUPPORTED-SYSTEMS.
2015-05-01 17:38:09 +02:00
Ludovic Courtès
43da8f018d
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.
2015-02-24 23:43:03 +01:00
Ludovic Courtès
df5188ddfa
check-available-binaries: Use 'substitution-oracle'.
...
* build-aux/check-available-binaries.scm: Use 'substitution-oracle'.
Changer caller and 'warn' accordingly.
2015-01-14 18:28:46 +01:00
Ludovic Courtès
619c9522b2
check-available-binaries: Use 'with-store'.
...
* build-aux/check-available-binaries.scm: Use 'with-store' instead of an
explicit 'open-connection'.
2015-01-14 18:20:01 +01:00
Ludovic Courtès
58caebf032
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.
2015-01-14 17:05:10 +01:00
Ludovic Courtès
eafee15b3c
check-available-binaries: Make sure substitutes are enabled.
...
* build-aux/check-available-binaries.scm: Add call to
'set-build-options'.
2014-03-25 20:45:13 +01:00
Ludovic Courtès
f59e9eaac8
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'.
2013-09-23 00:33:50 +02:00
Ludovic Courtès
c71493c8b9
build: Check the availability of i686-linux binaries.
...
* build-aux/check-available-binaries.scm (%supported-systems): New
variable.
(native): Map over these.
2013-07-17 11:07:28 +02:00
Ludovic Courtès
56fbf2629f
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.
2013-07-15 23:51:28 +02:00