This is an automated email from the ASF dual-hosted git repository.

martinzink pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit 9b76620f18eeefa5b89457fbe72f016132626e89
Author: Gabor Gyimesi <[email protected]>
AuthorDate: Mon Sep 22 16:55:24 2025 +0200

    MINIFICPP-2634 Turn on building stable extensions by default
    
    Closes #2033
    
    Signed-off-by: Martin Zink <[email protected]>
---
 cmake/MiNiFiOptions.cmake | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cmake/MiNiFiOptions.cmake b/cmake/MiNiFiOptions.cmake
index 67bc2f807..ee5633269 100644
--- a/cmake/MiNiFiOptions.cmake
+++ b/cmake/MiNiFiOptions.cmake
@@ -111,12 +111,12 @@ add_minifi_option(ENABLE_GCP "Enable Google Cloud 
support" ON)
 add_minifi_option(ENABLE_KUBERNETES "Enables the Kubernetes extensions." ON)
 add_minifi_option(ENABLE_TEST_PROCESSORS "Enables test processors" OFF)
 add_minifi_option(ENABLE_PROMETHEUS "Enables Prometheus support." ON)
-add_minifi_option(ENABLE_GRAFANA_LOKI "Enable Grafana Loki support" OFF)
+add_minifi_option(ENABLE_GRAFANA_LOKI "Enable Grafana Loki support" ON)
 add_minifi_option(ENABLE_GRPC_FOR_LOKI "Enable gRPC for Grafana Loki 
extension" ON)
-add_minifi_option(ENABLE_COUCHBASE "Enable Couchbase support" OFF)
+add_minifi_option(ENABLE_COUCHBASE "Enable Couchbase support" ON)
 add_minifi_option(ENABLE_EXECUTE_PROCESS "Enable ExecuteProcess processor" OFF)
 add_minifi_option(ENABLE_CONTROLLER "Enables the build of MiNiFi controller 
binary." ON)
-add_minifi_option(ENABLE_LLAMACPP "Enables llama.cpp support." OFF)
+add_minifi_option(ENABLE_LLAMACPP "Enables llama.cpp support." ON)
 add_minifi_option(ENABLE_OPC "Instructs the build system to enable the OPC 
extension" ON)
 
 set_minifi_cache_variable(CUSTOM_MALLOC OFF "Overwrite malloc implementation.")

Reply via email to