[Bf-blender-cvs] [9f5cc128d95] master: Buildbot: Switch to devtoolset-9

Sergey Sharybin noreply at git.blender.org
Fri Jun 12 16:06:57 CEST 2020


Commit: 9f5cc128d9551a84bcceebdf005988f9eb095a36
Author: Sergey Sharybin
Date:   Fri Jun 12 16:05:36 2020 +0200
Branches: master
https://developer.blender.org/rB9f5cc128d9551a84bcceebdf005988f9eb095a36

Buildbot: Switch to devtoolset-9

Famous "should just work", but will never know until actually attempted
 to be used.

Ref T76783.

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

M	build_files/buildbot/buildbot_utils.py

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

diff --git a/build_files/buildbot/buildbot_utils.py b/build_files/buildbot/buildbot_utils.py
index 2dc1526c5e8..39a00980cc8 100644
--- a/build_files/buildbot/buildbot_utils.py
+++ b/build_files/buildbot/buildbot_utils.py
@@ -51,7 +51,7 @@ class Builder:
         elif name.startswith('linux'):
             self.platform = 'linux'
             if is_tool('scl'):
-                self.command_prefix =  ['scl', 'enable', 'devtoolset-6', '--']
+                self.command_prefix =  ['scl', 'enable', 'devtoolset-9', '--']
             else:
                 self.command_prefix =  []
         elif name.startswith('win'):



More information about the Bf-blender-cvs mailing list