By default, run-make-check divide by 2 the number of processors to be used
during the make process.
When building a PR on our build farm, we need to use the full potential of the
build hosts.
By overriding NPROC with the actual number of processors, we speedup the build
process and use in a more efficient way the build hosts.
wipe-workspace: true
builders:
- - shell: "timeout 7200 ./run-make-check.sh"
+ - shell: "export NPROC=$(nproc); timeout 7200 ./run-make-check.sh"
publishers:
- github-notifier