Skip to content

Commit

Permalink
Respect jobs property for LIT tests in UnifiedTreeBuilder.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkistanova committed Mar 23, 2021
1 parent a780188 commit 13c3c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zorg/buildbot/builders/UnifiedTreeBuilder.py
Expand Up @@ -126,7 +126,7 @@ def addCmakeSteps(
CmakeCommand.applyDefaultOptions(cmake_args, [
('-DCMAKE_BUILD_TYPE=', 'Release'),
('-DLLVM_ENABLE_ASSERTIONS=', 'ON'),
('-DLLVM_LIT_ARGS=', '-v -vv'),
('-DLLVM_LIT_ARGS=', '-v -vv --workers=%(jobs)s'),
])

# Create configuration files with cmake, unless this has been already done
Expand Down

0 comments on commit 13c3c22

Please sign in to comment.