aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildbot/osuosl/master/config/builders.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot/osuosl/master/config/builders.py b/buildbot/osuosl/master/config/builders.py
index 85a5f6eb..8f559581 100644
--- a/buildbot/osuosl/master/config/builders.py
+++ b/buildbot/osuosl/master/config/builders.py
@@ -133,7 +133,7 @@ def _get_clang_fast_builders():
"-DLLVM_DEFAULT_TARGET_TRIPLE=x86_64-scei-ps4",
"-DCMAKE_C_FLAGS=-Wdocumentation -Wno-documentation-deprecated-sync",
"-DCMAKE_CXX_FLAGS=-std=c++11 -Wdocumentation -Wno-documentation-deprecated-sync",
- "-DLLVM_LIT_ARGS=\"-v -j36\""],
+ "-DLLVM_LIT_ARGS=-v -j36"],
env={'PATH':'/opt/llvm_37/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'})},
{'name': "llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast",
@@ -150,7 +150,7 @@ def _get_clang_fast_builders():
"-DCLANG_BUILD_EXAMPLES=ON",
"-DLLVM_TARGETS_TO_BUILD=X86",
"-DLLVM_DEFAULT_TARGET_TRIPLE=x86_64-scei-ps4",
- "-DLLVM_LIT_ARGS=\"-v -j80\""])},
+ "-DLLVM_LIT_ARGS=-v -j80"])},
{'name': "llvm-clang-x86_64-expensive-checks-win",
'slavenames':["ps4-buildslave2"],