[Rock-dev] [rock] #179: Customize Parallel Build Level Per Module

rock noreply at opendfki.de
Wed Jun 13 18:34:07 CEST 2012


#179: Customize Parallel Build Level Per Module
------------------------------------+------------------------------------
 Reporter:  alco01                  |       Owner:  rock-dev-mailing-list
     Type:  enhancement             |      Status:  new
 Priority:  minor                   |   Milestone:
Component:  toolchain               |  Resolution:
 Keywords:  parallel build, distcc  |
------------------------------------+------------------------------------

Comment (by sylvain.joyeux):

 This is already doable by adding

 {{{
 setup_package('slam/envire') do |pkg|
   pkg.parallel_build_level = 1
 end
 }}}

 in your autoproj/overrides.rb

 To do it automatically, one would need to compute the desired level of
 parallelism based on how much memory there is (Jakob with its 12G of
 memory does not mind building envire with -j4 ;-)), which we cannot do
 automatically right now.

-- 
Ticket URL: <https://rock.opendfki.de/ticket/179#comment:1>
rock <https://rock.opendfki.de>
rock: the robot construction kit


More information about the Rock-dev mailing list