colcon / colcon-cmake

Extension for colcon to support CMake packages
http://colcon.readthedocs.io
Apache License 2.0
16 stars 25 forks source link

consider sched_getaffinity when limiting parallel jobs #37

Closed dirk-thomas closed 5 years ago

dirk-thomas commented 5 years ago

Since some CI providers like Circle CI limit the CPUs allocated to the container it is beneficial to use that information for the upper limit of jobs.

Similar to colcon/colcon-parallel-executor#17.