Index: zorg/trunk/buildbot/osuosl/master/config/builders.py =================================================================== --- zorg/trunk/buildbot/osuosl/master/config/builders.py +++ zorg/trunk/buildbot/osuosl/master/config/builders.py @@ -358,7 +358,7 @@ useTwoStage=False, runTestSuite=True, testsuite_flags=['--cppflags', '-mcpu=cortex-a57', - '--threads=64', '--build-threads=64'], + '--threads=96', '--build-threads=96'], extra_cmake_args=["-DLLVM_TARGETS_TO_BUILD='ARM;AArch64'"], )}, @@ -374,7 +374,7 @@ useTwoStage=True, runTestSuite=True, testsuite_flags=['--cppflags', '-mcpu=cortex-a57 -fuse-ld=lld', - '--threads=64', '--build-threads=64'], + '--threads=96', '--build-threads=96'], extra_cmake_args=["-DCMAKE_C_FLAGS='-mcpu=cortex-a57'", "-DCMAKE_CXX_FLAGS='-mcpu=cortex-a57'", "-DLLVM_TARGETS_TO_BUILD='ARM;AArch64'", @@ -394,7 +394,7 @@ useTwoStage=False, runTestSuite=True, testsuite_flags=['--cppflags', '-O0', - '--threads=64', '--build-threads=64'], + '--threads=96', '--build-threads=96'], extra_cmake_args=["-DLLVM_TARGETS_TO_BUILD='ARM;AArch64'"], )}, @@ -1216,7 +1216,7 @@ testStage1=False, runTestSuite=True, testsuite_flags=['--cppflags', '-mcpu=cortex-a57', - '--threads=64', '--build-threads=64'], + '--threads=96', '--build-threads=96'], extra_cmake_args=["-DCMAKE_C_FLAGS='-mcpu=cortex-a57'", "-DCMAKE_CXX_FLAGS='-mcpu=cortex-a57'", "-DLLVM_TARGETS_TO_BUILD='ARM;AArch64'"],