[Bf-blender-cvs] [d0aa6209127] master: Buildbot: Switch to GCC-7 for Linux build slaves

Sergey Sharybin noreply at git.blender.org
Mon Jul 17 09:32:51 CEST 2017


Commit: d0aa62091272a6d42c91005b0fe12e7ce28d6529
Author: Sergey Sharybin
Date:   Mon Jul 17 09:32:19 2017 +0200
Branches: master
https://developer.blender.org/rBd0aa62091272a6d42c91005b0fe12e7ce28d6529

Buildbot: Switch to GCC-7 for Linux build slaves

This is GCC version was used for Testbuild1 and Testbuild2.

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

M	build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 0e264a752d5..d99e66f7871 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -112,8 +112,8 @@ if 'cmake' in builder:
             chroot_name = 'buildbot_' + deb_name + '_i686'
             cuda_chroot_name = 'buildbot_' + deb_name + '_x86_64'
             targets = ['player', 'blender', 'cuda']
-        cmake_extra_options.extend(["-DCMAKE_C_COMPILER=/usr/bin/gcc-6",
-                                    "-DCMAKE_CXX_COMPILER=/usr/bin/g++-6"])
+        cmake_extra_options.extend(["-DCMAKE_C_COMPILER=/usr/bin/gcc-7",
+                                    "-DCMAKE_CXX_COMPILER=/usr/bin/g++-7"])
 
     cmake_options.append("-C" + os.path.join(blender_dir, cmake_config_file))




More information about the Bf-blender-cvs mailing list