qt5-mac: parallel build?
Ryan Schmidt
ryandesign at macports.org
Mon Jun 30 23:47:25 PDT 2014
Returning the conversation to the list...
On Jul 1, 2014, at 1:27 AM, Marko Käning wrote:
> can you perhaps determine, whether the buildbots also
> make use of only 2 cores during the builds?
>
> Could it be that the qt5(-creator)-mac portfiles or
> the relevant portgroups have "make -j 2" hard-coded
> someplace in such a way that it cannot be over-ridden
> by the build.jobs option?
You can examine the buildbot logs too, and see that they contain the line:
---> Building qt5-mac
DEBUG: Executing org.macports.build (qt5-mac)
DEBUG: port disallows a parallel build
Indeed, the portfile contains these lines:
# More testing is required to see if this is necessary.
use_parallel_build no
In the absence of such lines, the buildslaves use a large number of parallel jobs.
More information about the macports-dev
mailing list