aboutsummaryrefslogtreecommitdiff
path: root/test/ufuzz/job.js
AgeCommit message (Expand)Author
2019-10-21enable GitHub Actions (#3503)Alex Lam S.L
href='/guix/commit/build-aux/check-available-binaries.scm?id=f1ebeee131d7b73c26689741fa48f55a5dd5b1de'>build: '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