cf-natali opened a new pull request, #427:
URL: https://github.com/apache/mesos/pull/427

   - Export `CMAKE_BUILD_PARALLEL_LEVEL`, otherwise it's not passed to
     child cmake processes.
   - Do not pass `--parallel` to cmake processes: if `--parallel` is passed
     without an argument, cmake/make will interpret it by default as
     unbounded parallelism, despite `CMAKE_BUILD_PARALLEL_LEVEL` being set.
   
   After this change, the build parallelism is correctly set to the number
   of cores instead of unbounded.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to