mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-10 13:57:08 +01:00
Set the number of simultaneous builds on Windows back to 1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@77731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -36,7 +36,7 @@ c['slaves'] = [ #BuildSlave("osx_cocoa-py27", bbpasswd.PASSWD1,
|
||||
|
||||
BuildSlave("win7-py27", bbpasswd.PASSWD1,
|
||||
notify_on_missing='robin@alldunn.com',
|
||||
max_builds=2),
|
||||
max_builds=1),
|
||||
|
||||
BuildSlave("ubuntu-x64_86-py27", bbpasswd.PASSWD1,
|
||||
notify_on_missing='robin@alldunn.com',
|
||||
|
||||
Reference in New Issue
Block a user