[Mesa-dev] [PATCH 10/14] travis: add "scons swr" to the build matrix
Emil Velikov
emil.l.velikov at gmail.com
Mon Apr 24 17:14:15 UTC 2017
On 21 April 2017 at 15:06, Kyriazis, George <george.kyriazis at intel.com> wrote:
> rasterizer.cpp takes a lot of resources to compile. Looks like the autotools build runs -j2, which limits the exposure, because of fewer parallel jobs, while scons, by default is more aggressive.
>
> Suggest running scons -j 1 or scons -j 2 for swr.
>
This was it - thanks George.
SCons uses 32 (yes) jobs on the Travis instance, and doing down to 4
fixes the problem.
Any ack or review on the series would be appreciated ;-)
-Emil
More information about the mesa-dev
mailing list