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 \