From 16796c281352b4fbc5fd1ed5046c166aafd8cf64 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 28 Oct 2015 00:45:31 +0500 Subject: 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. --- build_files/buildbot/config/user-config-cuda-glibc211-i686.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build_files/buildbot/config') 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 = [] -- cgit v1.2.3