[Scummvm-cvs-logs] SF.net SVN: scummvm:[56288] buildbot/config/master.cfg

sev at users.sourceforge.net sev at users.sourceforge.net
Sat Jun 2 22:01:39 CEST 2012


Revision: 56288
          http://scummvm.svn.sourceforge.net/scummvm/?rev=56288&view=rev
Author:   sev
Date:     2012-06-02 20:01:38 +0000 (Sat, 02 Jun 2012)
Log Message:
-----------
BUILDBOT: We switched to 4 CPU VM. Using make -j5 now

Modified Paths:
--------------
    buildbot/config/master.cfg

Modified: buildbot/config/master.cfg
===================================================================
--- buildbot/config/master.cfg	2012-05-31 03:36:47 UTC (rev 56287)
+++ buildbot/config/master.cfg	2012-06-02 20:01:38 UTC (rev 56288)
@@ -838,7 +838,7 @@
 
 	f.addStep(Compile(command = [
 							"make",
-							"-j3"
+							"-j5"
 						],
 						env = config["env"]))
 
@@ -879,7 +879,7 @@
 
 	f.addStep(Compile(command = [
 							"make",
-							"-j3"
+							"-j5"
 						],
 						env = config["env"]))
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list