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 = [] _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
