Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions zorg/jenkins/jobs/jobs/lldb-cmake-sanitized
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,11 @@ pipeline {
# Running too many asanified threads is too stressful for the kernel and we get >90% system time.
export MAX_PARALLEL_TESTS=$(sysctl hw.physicalcpu |awk '{print int(($2+1)/2)}')
# Using the system compiler to compile the LLDB tests. By default macOS does
# not allow loading the ASAN runtime into system binaries.
python3 llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-sanitized build \
--assertions \
--projects="clang;lld;lldb" \
--runtimes="" \
--cmake-type=Release \
--lldb-test-compiler=$(xcrun -find clang) \
--cmake-flag="-DPython3_EXECUTABLE=$(which python)"
'''
script {
Expand Down