Commit: 1b98ece49d7aca335f1be10eef85c055ecbfc3b6 Author: Sergey Sharybin Date: Wed Sep 9 11:05:17 2015 +0500 Branches: master https://developer.blender.org/rB1b98ece49d7aca335f1be10eef85c055ecbfc3b6
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. =================================================================== 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 580e67e..ae5cbac 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'] _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
