I just noticed in the CI workflow for the "traditional" Autotools based jobs, we did not specify "-j" for parallel job execution for the main "make" call to build all the sources.
We did however for "make check" and "make distcheck".

If there is no reason for not using "-j 2", this PR adds it and potentially speeds up the CI jobs a bit.

For Meson, as far as I understood "ninja" uses parallel execution by default with the number of CPU cores available.

For Mingw64, I just enabled "-j $JOBS" if it is set (957da21).


You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/3432

Commit Summary

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3432@github.com>