Re: [PATCH v3 1/2] gitlab-ci.yml: Allow custom # of parallel linkers

2021-03-04 Thread Daniel P . Berrangé
On Wed, Mar 03, 2021 at 10:09:47PM -0500, Daniele Buono wrote: > Define a new variable LD_JOBS, that can be used to select > the maximum number of linking jobs to be executed in parallel. > If the variable is not defined, maintain the default given by > make -j > > Currently, make parallelism at b

[PATCH v3 1/2] gitlab-ci.yml: Allow custom # of parallel linkers

2021-03-03 Thread Daniele Buono
Define a new variable LD_JOBS, that can be used to select the maximum number of linking jobs to be executed in parallel. If the variable is not defined, maintain the default given by make -j Currently, make parallelism at build time is based on the number of cpus available. This doesn't work well