Skip to content

Commit

Permalink
Disabled the conda builds again, closes #1033
Browse files Browse the repository at this point in the history
  • Loading branch information
jowr committed Apr 27, 2016
1 parent dbd07f1 commit 7884619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/buildbot/master/master.cfg
Expand Up @@ -432,7 +432,7 @@ def pythonFactory(pyID, pyCFG=PythonSlaveConfig("name")):
# Do you want me to install the required packages? Enable this for new slaves.
installPackages = False
buildPyPI = checkID(pyID, teID=100, strict=False) or checkID(pyID, teID=200, strict=False) # Only build and upload Windows and Mac wheels
buildConda = True
buildConda = False
workingFolder = "build/wrappers/Python"
installFolder = "install_root"
defTimeout = 1800 # New timeout required for slow 64bit Linux builds: timeout=defTimeout
Expand Down

0 comments on commit 7884619

Please sign in to comment.