[ 
https://issues.apache.org/jira/browse/MINIFICPP-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16652748#comment-16652748
 ] 

ASF GitHub Bot commented on MINIFICPP-642:
------------------------------------------

Github user apiri commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/418#discussion_r225751738
  
    --- Diff: docker/Dockerfile ---
    @@ -67,7 +67,7 @@ ENV MINIFI_HOME 
$MINIFI_BASE_DIR/nifi-minifi-cpp-$MINIFI_VERSION
     RUN cd $MINIFI_BASE_DIR \
        && mkdir build \
        && cd build \
    -   && cmake .. \
    +   && cmake -DBUILD_SHARED_LIBS=OFF .. \
    --- End diff --
    
    I don't think there is a pressing need but would like ot get resolved 
before release.


> Shared lib building causes issues in Docker image
> -------------------------------------------------
>
>                 Key: MINIFICPP-642
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-642
>             Project: NiFi MiNiFi C++
>          Issue Type: Bug
>            Reporter: Aldrin Piri
>            Assignee: Aldrin Piri
>            Priority: Major
>             Fix For: 0.6.0
>
>
> With the adjustment to the CMakeLists in support of Python there have proven 
> to be issues with the shared libs in the docker environment.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to