Skip to content

Commit 0f4c50a

Browse files
committed
[LLDB] Stop building libunwind on LLDB asan bot
1 parent ac5e8af commit 0f4c50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/jenkins/jobs/jobs/lldb-cmake-sanitized

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pipeline {
108108
python3 llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-sanitized build \
109109
--assertions \
110110
--projects="clang;lld;lldb" \
111-
--runtimes="libunwind" \
111+
--runtimes="" \
112112
--cmake-type=Release \
113113
--lldb-test-compiler=$(xcrun -find clang)
114114
'''

0 commit comments

Comments
 (0)