Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-10-27 22:45:31 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-10-28 00:43:06 +0300
commit16796c281352b4fbc5fd1ed5046c166aafd8cf64 (patch)
tree6886dddef86401585d4494bd24c1aaa85ab34588 /build_files/buildbot/config
parentb909dfdae140ba0cc71003ad30dc612b059732d6 (diff)
Buldbot: Disable 32bit kernels
Currently disable all of them, in practice i think way to go should be: - Disable Experimental kernels on 32 bit, build up to sm_35 - Later we can drop all 32bit kernels, but try to keep at least one release with some of the kernels (they'll cover 99% of users anyway) Before doing any changes we should surely communicate such a changes before we apply them.
Diffstat (limited to 'build_files/buildbot/config')
-rw-r--r--build_files/buildbot/config/user-config-cuda-glibc211-i686.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_files/buildbot/config/user-config-cuda-glibc211-i686.py b/build_files/buildbot/config/user-config-cuda-glibc211-i686.py
index ae5cbac8cc7..580e67ee7e3 100644
--- a/build_files/buildbot/config/user-config-cuda-glibc211-i686.py
+++ b/build_files/buildbot/config/user-config-cuda-glibc211-i686.py
@@ -2,4 +2,5 @@ BF_BUILDDIR = '../blender-build/linux-glibc211-i686'
BF_INSTALLDIR = '../blender-install/linux-glibc211-i686'
BF_NUMJOBS = 1
-BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21', 'sm_30', 'sm_35', 'sm_50', 'sm_52']
+#BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21', 'sm_30', 'sm_35', 'sm_50', 'sm_52']
+BF_CYCLES_CUDA_BINARIES_ARCH = []