aboutsummaryrefslogtreecommitdiff

fb248de152a2f895d43cd1023b5a940215caa'>build-aux/check-available-binaries.scm
AgeCommit message (Expand)Author
2017-05-08maint: Check whether binaries cross-built to "arm-linux-gnueabihf" are availa......* build-aux/check-available-binaries.scm: Add "arm-linux-gnueabihf" as a cross target. Ludovic Courtès
2017-05-08maint: 'check-available-binaries' forces use of the official servers....* build-aux/check-available-binaries.scm: Pass #:substitute-urls to 'set-build-options'. Ludovic Courtès
2016-04-27build: 'make assert-binaries-available' shows the list of systems....* build-aux/check-available-binaries.scm: Display %HYDRA-SUPPORTED-SYSTEMS. Ludovic Courtès
2016-03-03build: 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. Ludovic Courtès
2015-07-21check-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. Ludovic Courtès
2015-05-01check-available-binaries: Use %HYDRA-SUPPORTED-SYSTEMS....* build-aux/check-available-binaries.scm: Use %HYDRA-SUPPORTED-SYSTEMS instead of %SUPPORTED-SYSTEMS. Ludovic Courtès
2015-02-24build: 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ès