[Bf-blender-cvs] [2fff2f6] master: Buildbot: Disable some unsupported features for 32bit OSX CMake slave

Sergey Sharybin noreply at git.blender.org
Sun Dec 20 10:22:59 CET 2015


Commit: 2fff2f651e085cb76078ecfb44f719a5e1b47be3
Author: Sergey Sharybin
Date:   Sun Dec 20 14:22:34 2015 +0500
Branches: master
https://developer.blender.org/rB2fff2f651e085cb76078ecfb44f719a5e1b47be3

Buildbot: Disable some unsupported features for 32bit OSX CMake slave

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

M	build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index a0b2b63..ff7fb87 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -63,6 +63,9 @@ if 'cmake' in builder:
             cmake_options.append('-DCMAKE_OSX_ARCHITECTURES:STRING=x86_64')
         elif builder.endswith('i386_10_6_cmake'):
             cmake_options.append('-DCMAKE_OSX_ARCHITECTURES:STRING=i386')
+            # Some special options to disable usupported features
+            cmake_options.append("-DWITH_CYCLES_OSL=OFF")
+            cmake_options.append("-DWITH_OPENCOLLADA=OFF")
         elif builder.endswith('ppc_10_6_cmake'):
             cmake_options.append('-DCMAKE_OSX_ARCHITECTURES:STRING=ppc')




More information about the Bf-blender-cvs mailing list