You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/01/18 19:02:02 UTC

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1244: MINIFICPP-1727 Add ENABLE_LUA_SCRIPTING flag to docker

szaszm commented on a change in pull request #1244:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1244#discussion_r787063121



##########
File path: docker/Dockerfile
##########
@@ -61,6 +61,7 @@ ARG DISABLE_LZMA=OFF
 ARG DISABLE_BZIP2=OFF
 ARG ENABLE_SCRIPTING=ON

Review comment:
       I prefer disabled by default. We do the same in cmake because libpython is a problematic dependency for shipping binary packages. It changes soname every minor version, which breaks compatibility with any other version.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org