[Bf-blender-cvs] [12680d3] master: Buildbot: Temporary disable CUBIN compilation

Sergey Sharybin noreply at git.blender.org
Mon Sep 19 16:25:13 CEST 2016


Commit: 12680d36f539a6006308a2b27282f0cb3acc5836
Author: Sergey Sharybin
Date:   Mon Sep 19 16:24:55 2016 +0200
Branches: master
https://developer.blender.org/rB12680d36f539a6006308a2b27282f0cb3acc5836

Buildbot: Temporary disable CUBIN compilation

===================================================================

M	build_files/buildbot/slave_compile.py

===================================================================

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index d62dded..119c9b8 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'):




More information about the Bf-blender-cvs mailing list