You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by GitBox <gi...@apache.org> on 2022/04/25 07:02:47 UTC

[GitHub] [mesos] cf-natali opened a new pull request, #427: Fixed mesos-tidy build parallelism.

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: reviews-unsubscribe@mesos.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mesos] cf-natali merged pull request #427: Fixed mesos-tidy build parallelism.

Posted by GitBox <gi...@apache.org>.
cf-natali merged PR #427:
URL: https://github.com/apache/mesos/pull/427


-- 
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: reviews-unsubscribe@mesos.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org