Skip to content

Commit 102fe35

Browse files
committed
CI: disable python support in lldb
LLDB is currently not running tests, and the python detection logic is atrociously broken. Simply disable the python support until that is fixed (which is already done in upstream).
1 parent b1761fb commit 102fe35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-windows.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ cmake "%source_root%\lldb"^
290290
-DCMAKE_CXX_FLAGS:STRING="/GS- /Oy"^
291291
-DCMAKE_EXE_LINKER_FLAGS:STRING=/INCREMENTAL:NO^
292292
-DCMAKE_SHARED_LINKER_FLAGS:STRING=/INCREMENTAL:NO^
293+
-DLLDB_DISABLE_PYTHON=YES^
293294
-DLLDB_INCLUDE_TESTS:BOOL=NO %exitOnError%
294295

295296
popd

0 commit comments

Comments
 (0)