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>2017-10-02 18:24:42 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-10-02 18:24:58 +0300
commit9f8bb5813bbbd2fc8a6a174b8ff4d86529bef94a (patch)
treee1f842ed66ecfe5c0f2b65ce7b4ccc2b03ce052b /build_files
parent88dd45e1e1bde5db43e8807b7def754dea8b01fc (diff)
Buildbot: Re-enable cuda binaries, those should work
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/slave_compile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 88da5ca956c..1318cd26294 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -75,7 +75,6 @@ if 'cmake' in builder:
cmake_extra_options.append('-DCMAKE_OSX_DEPLOYMENT_TARGET=10.9')
cmake_extra_options.append('-DCUDA_HOST_COMPILER=/usr/local/cuda-hack/clang')
cmake_extra_options.append('-DCUDA_NVCC_EXECUTABLE=/usr/local/cuda-hack/nvcc')
- build_cubins = False
elif builder.startswith('win'):
if builder.endswith('_vc2015'):