[Bf-blender-cvs] [17ab65d] master: Fix windows buildbot rebuilding cubins on both compile and pack

Sergey Sharybin noreply at git.blender.org
Wed Aug 27 16:08:59 CEST 2014


Commit: 17ab65d1bbde9c8bce31e6bc574a4e91bc6917ed
Author: Sergey Sharybin
Date:   Wed Aug 27 20:08:29 2014 +0600
Branches: master
https://developer.blender.org/rB17ab65d1bbde9c8bce31e6bc574a4e91bc6917ed

Fix windows buildbot rebuilding cubins on both compile and pack

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

M	build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 4d50c08..a5dadbd 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -152,7 +152,7 @@ else:
                 scons_options.append('MSVS_VERSION=12.0')
                 scons_options.append('MSVC_VERSION=12.0')
                 scons_options.append('WITH_BF_CYCLES_CUDA_BINARIES=1')
-                scons_options.append('BF_CYCLES_CUDA_NVCC=nvcc')
+                scons_options.append('BF_CYCLES_CUDA_NVCC=nvcc.exe')
             scons_options.append('BF_NUMJOBS=1')
 
         elif builder.find('mac') != -1:




More information about the Bf-blender-cvs mailing list