Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-06-12 17:05:36 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-06-12 17:06:54 +0300
commit9f5cc128d9551a84bcceebdf005988f9eb095a36 (patch)
tree975633085b88a503be1f8e5cd55a766b247d7100 /build_files
parent326db1b7cd4e627f1f8a2f90c3898d23a1ca69c9 (diff)
Buildbot: Switch to devtoolset-9
Famous "should just work", but will never know until actually attempted to be used. Ref T76783.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/buildbot_utils.py2
1 files changed, 1 insertions, 1 deletions
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'):