Buildbot: Use older NVCC on 32bit linux

Newer toolkit has some weird issue with cross0-compiling 32bit kernels
from 64bit environment.
This commit is contained in:
2017-03-29 10:21:17 +02:00
parent ac43e5cc87
commit 15ff75d06b

View File

@@ -109,6 +109,7 @@ if 'cmake' in builder:
chroot_name = 'buildbot_' + deb_name + '_i686'
cuda_chroot_name = 'buildbot_' + deb_name + '_x86_64'
targets = ['player', 'blender', 'cuda']
cmake_extra_options.append('-DCUDA_NVCC_EXECUTABLE=/usr/local/cuda-8.0.44/bin/nvcc')
cmake_options.append("-C" + os.path.join(blender_dir, cmake_config_file))