Skip to content

CI: build in parallel - #242

Merged
jcelerier merged 1 commit into
masterfrom
ci/parallel-builds
Aug 8, 2026
Merged

CI: build in parallel#242
jcelerier merged 1 commit into
masterfrom
ci/parallel-builds

Conversation

@jcelerier

Copy link
Copy Markdown
Member

cmake --build defaults to a single job under the Makefiles generator, so these builds compiled on one core no matter how many the machine has.

--parallel lets CMake choose the job count. It is a no-op where the generator already parallelises (Ninja), so it is safe to apply uniformly.

Test targets are left alone — running tests in parallel is a separate decision.

cmake --build defaults to a single job under the Makefiles generator, so these
builds used one core regardless of how many the machine has. --parallel lets
CMake pick the job count; it is a no-op where the generator already
parallelises.
@jcelerier
jcelerier merged commit 1d21000 into master Aug 8, 2026
136 of 164 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant