From b51c7206d0f90b96cf4284539d06b0bd788e22b4 Mon Sep 17 00:00:00 2001 From: madanial Date: Tue, 18 Nov 2025 13:26:44 -0500 Subject: [PATCH] [AIX] limit lit tests on clang builder to avoid limiting other builders on the same machine --- buildbot/osuosl/master/config/builders.py | 1 + 1 file changed, 1 insertion(+) diff --git a/buildbot/osuosl/master/config/builders.py b/buildbot/osuosl/master/config/builders.py index 26b71cdde..300053b19 100644 --- a/buildbot/osuosl/master/config/builders.py +++ b/buildbot/osuosl/master/config/builders.py @@ -766,6 +766,7 @@ def collapseRequestsDoxygen(master, builder, req1, req2): clean=False, extra_configure_args=[ "-DLLVM_ENABLE_ASSERTIONS=On", + "-DLLVM_LIT_ARGS=--threads=20 -v --time-tests", "-DCMAKE_C_COMPILER=clang", "-DCMAKE_CXX_COMPILER=clang++", "-DPython3_EXECUTABLE:FILEPATH=python3",