Skip to content

Commit f1e78f5

Browse files
committed
[zorg][lldb-statistics] Set LLDB_ENABLE_LZMA=Off
Getting: ``` In file included from /Users/ec2-user/jenkins/workspace/test-lldb-statistics/clang-19-src/lldb/source/Host/common/LZMA.cpp:14: /usr/local/include/lzma.h:294:10: fatal error: 'lzma/version.h' file not found 294 | #include "lzma/version.h" | ^~~~~~~~~~~~~~~~ 1 error generated. ``` This is also disabled on the incremental bots. So we disable it here too.
1 parent 10d8cd8 commit f1e78f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zorg/jenkins/jobs/jobs/lldb-statistics

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ pipeline {
147147
-DLLDB_INCLUDE_TESTS=Off \
148148
-DLLDB_ENABLE_PYTHON=Off \
149149
-DLLDB_ENABLE_LUA=Off \
150+
-DLLDB_ENABLE_LZMA=Off \
150151
-DLLVM_TARGETS_TO_BUILD='X86;AArch64' \
151152
-DCMAKE_EXPORT_COMPILE_COMMANDS=On \
152153
-DCMAKE_C_COMPILER=$CC \

0 commit comments

Comments
 (0)