From b5614bc21cb5b87a02c00a6b1907c8cf981dc79b Mon Sep 17 00:00:00 2001 From: Justice Adams Date: Tue, 17 Mar 2026 10:58:11 -0700 Subject: [PATCH] [green-dragon] fix Python and Swig flags (#187052) --- .ci/green-dragon/lldb-ubuntu.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/green-dragon/lldb-ubuntu.groovy b/.ci/green-dragon/lldb-ubuntu.groovy index 8bede4ba7030..0f1ee834ef50 100644 --- a/.ci/green-dragon/lldb-ubuntu.groovy +++ b/.ci/green-dragon/lldb-ubuntu.groovy @@ -68,8 +68,8 @@ set -ex -DLLDB_ENABLE_LIBXML2=ON \ -DLLDB_ENABLE_LUA=OFF \ -DLLDB_ENABLE_LZMA=OFF \ - -DLLDB_ENABLE_PYTHON=FORCE_ON \ - -DLLDB_ENABLE_SWIG=FORCE_ON \ + -DLLDB_ENABLE_PYTHON=ON \ + -DLLDB_ENABLE_SWIG=ON \ -DLLVM_BUILD_TOOLS=TRUE \ -DLLVM_ENABLE_ASSERTIONS:BOOL=TRUE \ -DLLVM_ENABLE_LIBEDIT=FORCE_ON \