We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e75ae9 commit cf75a7aCopy full SHA for cf75a7a
zorg/jenkins/jobs/jobs/lldb-cmake-sanitized
@@ -105,14 +105,11 @@ pipeline {
105
# Running too many asanified threads is too stressful for the kernel and we get >90% system time.
106
export MAX_PARALLEL_TESTS=$(sysctl hw.physicalcpu |awk '{print int(($2+1)/2)}')
107
108
- # Using the system compiler to compile the LLDB tests. By default macOS does
109
- # not allow loading the ASAN runtime into system binaries.
110
python3 llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-sanitized build \
111
--assertions \
112
--projects="clang;lld;lldb" \
113
--runtimes="" \
114
--cmake-type=Release \
115
- --lldb-test-compiler=$(xcrun -find clang) \
116
--cmake-flag="-DPython3_EXECUTABLE=$(which python)"
117
'''
118
script {
0 commit comments