You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Bannier (JIRA)" <ji...@apache.org> on 2017/01/18 15:02:26 UTC

[jira] [Created] (MESOS-6943) It should be possible to build 3rdparty components in parallel

Benjamin Bannier created MESOS-6943:
---------------------------------------

             Summary: It should be possible to build 3rdparty components in parallel
                 Key: MESOS-6943
                 URL: https://issues.apache.org/jira/browse/MESOS-6943
             Project: Mesos
          Issue Type: Bug
          Components: cmake
            Reporter: Benjamin Bannier


Currently 3rdparty components are not built in parallel, even if the top-level project has some parallelization enabled (e.g., via {{make -jN}}, by default in {{ninja}}, probably similarly with Visual Studio).

Currently this is due to hardcoding {{make}} invocations, e.g., https://github.com/apache/mesos/blob/24cbc0baa2568447e36243119d61eea02cba6a6a/3rdparty/CMakeLists.txt#L308.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)