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

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


The following commit(s) were added to refs/heads/main by this push:
     new c0d3bb1  MINIFICPP-1666 Add Azure extension to docker minimal image
c0d3bb1 is described below

commit c0d3bb104f4048e7fb9499caaae6c82a50cd8866
Author: Gabor Gyimesi <[email protected]>
AuthorDate: Mon Oct 11 18:30:11 2021 +0200

    MINIFICPP-1666 Add Azure extension to docker minimal image
    
    Signed-off-by: Arpad Boda <[email protected]>
    
    This closes #1199
---
 cmake/DockerConfig.cmake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmake/DockerConfig.cmake b/cmake/DockerConfig.cmake
index 5d3c086..6520200 100644
--- a/cmake/DockerConfig.cmake
+++ b/cmake/DockerConfig.cmake
@@ -71,6 +71,7 @@ add_custom_target(
         -c ENABLE_PYTHON=OFF
         -c ENABLE_LIBRDKAFKA=ON
         -c ENABLE_AWS=ON
+        -c ENABLE_AZURE=ON
         -c DISABLE_CONTROLLER=ON
         -c ENABLE_SCRIPTING=OFF
         -c DISABLE_PYTHON_SCRIPTING=ON

Reply via email to