Code cleanup: remove unnecessary buildbot code after macOS library upgrade.

This commit is contained in:
Brecht Van Lommel 2017-09-28 23:21:27 +02:00
parent c10ac1bb5c
commit 97eefc1fd9
Notes: blender-bot 2023-04-04 07:45:26 +02:00
Referenced by issue #52572, CUDA Illegal address errors Windows
1 changed files with 0 additions and 5 deletions

View File

@ -246,8 +246,6 @@ def git_submodules_update():
def lib_svn_step(dir):
name = "lib svn"
if dir == "darwin":
name = "C++11 lib svn"
return SVN(name=name,
baseURL='https://svn.blender.org/svnroot/bf-blender/%%BRANCH%%/lib/' + dir,
codebase='lib svn',
@ -277,9 +275,6 @@ def generic_builder(id, libdir='', branch='', rsync=False):
f = BuildFactory()
if libdir != '':
f.addStep(lib_svn_step(libdir))
# Special trick to make sure we always have all the libs.
if libdir.startswith("darwin"):
f.addStep(lib_svn_step("darwin"))
for submodule in ('blender-translations',
'blender-addons',