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-09-09 09:05:17 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-09-09 09:05:17 +0300
commit1b98ece49d7aca335f1be10eef85c055ecbfc3b6 (patch)
tree8d20b3cea52c815b6719ac96cc386620eadd4ebd /build_files
parentc26a9eed929f3a06bc2721eafd5c716b9d8fe0be (diff)
Buildbot: Enable 32bit kernels for linux builders
This is more an experiment, not guaranteed to work but at the same time building of kernels seems to work manually in the same chroot. Perhaps latest changes helped compiler to optimize registers usage.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/config/user-config-cuda-glibc211-i686.py3
1 files changed, 1 insertions, 2 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 580e67ee7e3..ae5cbac8cc7 100644
--- a/build_files/buildbot/config/user-config-cuda-glibc211-i686.py
+++ b/build_files/buildbot/config/user-config-cuda-glibc211-i686.py
@@ -2,5 +2,4 @@ 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 = []
+BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21', 'sm_30', 'sm_35', 'sm_50', 'sm_52']