[Bf-blender-cvs] [7ecb25c] experimental-build: More buildbot config fix. bisect over buildbot is not piece of cake :|

Bastien Montagne noreply at git.blender.org
Sun Oct 11 20:34:21 CEST 2015


Commit: 7ecb25cf48d955f079075050fce5b823cf17521c
Author: Bastien Montagne
Date:   Sun Oct 11 20:33:46 2015 +0200
Branches: experimental-build
https://developer.blender.org/rB7ecb25cf48d955f079075050fce5b823cf17521c

More buildbot config fix. bisect over buildbot is not piece of cake :|

===================================================================

M	build_files/buildbot/slave_compile.py

===================================================================

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 1af149c..5e13fd7 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -64,6 +64,7 @@ if 'cmake' in builder:
     cmake_options.append("-DWITH_LIBMV=0")
     cmake_options.append("-DWITH_LLVM=0")
     cmake_options.append("-DWITH_OPENCOLLADA=0")
+    cmake_options.append("-DWITH_JACK=0")
 
     # configure and make
     retcode = subprocess.call(['cmake', blender_dir] + cmake_options)




More information about the Bf-blender-cvs mailing list