aboutsummaryrefslogtreecommitdiff
path: root/buildbot/osuosl/master/config/builders.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/osuosl/master/config/builders.py')
-rw-r--r--buildbot/osuosl/master/config/builders.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/buildbot/osuosl/master/config/builders.py b/buildbot/osuosl/master/config/builders.py
index 273f19e4..78b48739 100644
--- a/buildbot/osuosl/master/config/builders.py
+++ b/buildbot/osuosl/master/config/builders.py
@@ -440,8 +440,7 @@ def _get_clang_builders():
extra_configure_args=['-DCMAKE_C_COMPILER=clang',
'-DCMAKE_CXX_COMPILER=clang++',
'-DCMAKE_CXX_FLAGS=-stdlib=libc++',
- '-DLLVM_ENABLE_ASSERTIONS=ON'],
- cmake='cmake')},
+ '-DLLVM_ENABLE_ASSERTIONS=ON'])},
{'name' : "clang-x64-ninja-win7",
'slavenames' : ["windows7-buildbot"],
@@ -969,8 +968,7 @@ def _get_experimental_scheduled_builders():
'factory' : ClangBuilder.getClangBuildFactory(useTwoStage=False,
clean=False,
test=True,
- stage1_config='Release',
- cmake='cmake'),
+ stage1_config='Release'),
'category' : 'clang'},
# lldb builders