Buildbot: Revert previous change, older toolkit has same exact behavior

This commit is contained in:
Sergey Sharybin 2017-03-29 10:46:53 +02:00
parent 15ff75d06b
commit b3f9ae0125

@ -109,7 +109,6 @@ 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))