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

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