[Bf-blender-cvs] [83da7b1] gooseberry: Disable cuda binaries on the buildbot for the gooseberry branch.

Lukas Tönne noreply at git.blender.org
Wed Mar 25 14:45:34 CET 2015


Commit: 83da7b1edba27aaeef0a6d4e3114390305f7dc02
Author: Lukas Tönne
Date:   Wed Mar 25 14:44:47 2015 +0100
Branches: gooseberry
https://developer.blender.org/rB83da7b1edba27aaeef0a6d4e3114390305f7dc02

Disable cuda binaries on the buildbot for the gooseberry branch.

Doing this increases build times too much for fast updates.

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

M	build_files/buildbot/config/user-config-cuda-glibc211-x86_64.py

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

diff --git a/build_files/buildbot/config/user-config-cuda-glibc211-x86_64.py b/build_files/buildbot/config/user-config-cuda-glibc211-x86_64.py
index 29b1b9f..0623858 100644
--- a/build_files/buildbot/config/user-config-cuda-glibc211-x86_64.py
+++ b/build_files/buildbot/config/user-config-cuda-glibc211-x86_64.py
@@ -2,4 +2,6 @@ BF_BUILDDIR = '../blender-build/linux-glibc211-x86_64'
 BF_INSTALLDIR = '../blender-install/linux-glibc211-x86_64'
 BF_NUMJOBS = 1
 
-BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21', 'sm_30', 'sm_35', 'sm_50', 'sm_52']
+# XXX disabled cuda bins for gooseberry branch for faster builds
+#BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21', 'sm_30', 'sm_35', 'sm_50', 'sm_52']
+BF_CYCLES_CUDA_BINARIES_ARCH = []




More information about the Bf-blender-cvs mailing list