[Bf-blender-cvs] [16796c2] master: Buldbot: Disable 32bit kernels

Sergey Sharybin noreply at git.blender.org
Tue Oct 27 23:17:16 CET 2015


Commit: 16796c281352b4fbc5fd1ed5046c166aafd8cf64
Author: Sergey Sharybin
Date:   Wed Oct 28 00:45:31 2015 +0500
Branches: master
https://developer.blender.org/rB16796c281352b4fbc5fd1ed5046c166aafd8cf64

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.

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

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

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

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 ae5cbac..580e67e 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 = []




More information about the Bf-blender-cvs mailing list