We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4501d75 commit fb01b8dCopy full SHA for fb01b8d
zorg/jenkins/jobs/jobs/lldb-cmake-sanitized
@@ -104,7 +104,7 @@ pipeline {
104
105
rm -rf lldb-build/bin/debugserver
106
# Running too many asanified threads is too stressful for the kernel and we get >90% system time.
107
- export MAX_PARALLEL_TESTS=$(sysctl hw.physicalcpu |awk '{print int(($2+1)/2)}')
+ export MAX_PARALLEL_TESTS=1
108
109
python3 llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-sanitized build \
110
--assertions \
0 commit comments