Age | Commit message (Expand) | Author |
2020-04-12 | build: Cap build parallelism on i686....Works around <https://bugs.gnu.org/40522>.
* build-aux/compile-all.scm (parallel-job-count*): New procedure.
<top level>: Use it instead of 'parallel-job-count'.
| Ludovic Courtès |
2019-06-25 | build: Report build errors via 'report-load-error'....* build-aux/compile-all.scm: Wrap 'compile-files' call in 'catch'.
Attempt to resort to 'report-load-error' in (guix ui) to print the
error.
| Ludovic Courtès |
2019-04-19 | build: Show completion percentage while building....* build-aux/compile-all.scm (%): New procedure.
(command-line): Use it to report completion.
| Ludovic Courtès |
2017-11-28 | build: Explicitly flush the "LOAD" and "GUILEC" lines....* build-aux/compile-all.scm <top level>: Add calls to 'force-output'
in the #:report-load and #:report-compilation procedures. Fixes a
regression introduced in 2890ad332fcdfd4bc92b127d783975437c8b718b
whereby compilation output would be buffered, leading to a weird
visual effect.
| Ludovic Courtès |