Ludovic Courtès
a7e5944e9c
maint: Check whether binaries cross-built to "arm-linux-gnueabihf" are available.
...
* build-aux/check-available-binaries.scm: Add "arm-linux-gnueabihf" as a
cross target.
2017-05-08 16:29:24 +02:00
Ludovic Courtès
8872fc0e09
maint: 'check-available-binaries' forces use of the official servers.
...
* build-aux/check-available-binaries.scm: Pass #:substitute-urls to
'set-build-options'.
2017-05-08 16:29:24 +02:00
Ludovic Courtès
f1ebeee131
build: 'make assert-binaries-available' shows the list of systems.
...
* build-aux/check-available-binaries.scm: Display %HYDRA-SUPPORTED-SYSTEMS.
2016-04-27 15:00:49 +02:00
Ludovic Courtès
5c7e1a3270
build: Use (guix grafts) as needed.
...
This is a followup to 7adf9b8
.
* build-aux/check-final-inputs-self-contained.scm: Use (guix grafts).
* build-aux/check-available-binaries.scm: Likewise.
2016-03-03 23:54:36 +01:00
Ludovic Courtès
e348eaaf31
check-available-binaries: Use 'substitutable-paths'.
...
* build-aux/check-available-binaries.scm: Rewrite to use 'substitutable-paths'
instead of 'substitution-oracle'. The latter does more than we need, and it
no longer check the substitutability of valid items, which is not what we
want. Use 'lset-difference' instead of iterating over the items.
2015-07-21 22:28:20 +02:00
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