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>2016-09-19 17:24:55 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-09-19 17:24:55 +0300
commit12680d36f539a6006308a2b27282f0cb3acc5836 (patch)
treeba0272fcd4175176ad67edb11e18d93952f26381 /build_files
parent838e0a09c7bc4b7c46d9f7b7b7ebcea3a8249378 (diff)
Buildbot: Temporary disable CUBIN compilation
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/slave_compile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index d62dded7067..119c9b8eed9 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -75,7 +75,7 @@ if 'cmake' in builder:
cmake_extra_options.append('-DCUDA_NVCC_EXECUTABLE=/usr/local/cuda-hack/bin/nvcc')
cmake_extra_options.append('-DCUDA_NVCC8_EXECUTABLE=/usr/local/cuda8-hack/bin/nvcc')
cmake_extra_options.append('-DWITH_CODEC_QUICKTIME=OFF')
- cmake_extra_options.append('-DCUDA_HOST_COMPILER=/usr/local/cuda-hack/bin/clang')
+ build_cubins = False
elif builder.startswith('win'):