Buildbot: Switch to devtoolset-9

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

Ref T76783.
This commit is contained in:
Sergey Sharybin 2020-06-12 16:05:36 +02:00
parent 326db1b7cd
commit 9f5cc128d9
Notes: blender-bot 2023-02-14 12:01:57 +01:00
Referenced by issue #80125, Constraint missing after save and reopen the blend file (fixed in 2.90 - request to backport to LTS)
Referenced by issue #76783, C++ Version Upgrade
1 changed files with 1 additions and 1 deletions

View File

@ -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'):