Skip to content

build: run make recipes in parallel during backward compat check

feistel requested to merge feistel/labkit:ci/make-parallel into master

Add -j flag to make to run recipes in parallel. This will only make a difference for gitaly which is taking the most time to finish.

Labkit is using shared runners with 1 CPU so this won't make a difference for CI minutes usage or pipeline execution time. It will only affect developers and local environments.

Edited by feistel

Merge request reports