[Bf-blender-cvs] [1d63db20445] master: Fix: Windows build bot script error

Ray Molenkamp noreply at git.blender.org
Thu Apr 30 21:34:16 CEST 2020


Commit: 1d63db20445a1ed14adaf769728238c9a42f13c8
Author: Ray Molenkamp
Date:   Thu Apr 30 13:33:33 2020 -0600
Branches: master
https://developer.blender.org/rB1d63db20445a1ed14adaf769728238c9a42f13c8

Fix: Windows build bot script error

Partial revert of D7520

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

M	build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index ddb059e14af..65cadea587b 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -37,10 +37,6 @@ def get_cmake_options(builder):
     elif builder.platform == 'win':
         options.extend(['-G', 'Visual Studio 15 2017 Win64'])
         options.extend(['-DPOSTINSTALL_SCRIPT:PATH=' + post_install_script])
-
-        info = buildbot_utils.VersionInfo(builder)
-        if info.version_cycle == 'release':
-            options.append('-DWITH_WINDOWS_PDB=OFF')
     elif builder.platform == 'linux':
         config_file = "build_files/buildbot/config/blender_linux.cmake"



More information about the Bf-blender-cvs mailing list