martinzink commented on code in PR #2155:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2155#discussion_r3059880783


##########
docker/rockylinux/Dockerfile:
##########
@@ -52,16 +52,13 @@ RUN cd $MINIFI_BASE_DIR && \
 RUN groupadd -g ${GID} ${USER} && useradd -g ${GID} ${USER} && \
     chown -R ${USER}:${USER} ${MINIFI_BASE_DIR}
 
-# Patching standard header to avoid 
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105651
-RUN patch -p1 
/opt/rh/gcc-toolset-12/root/usr/include/c++/12/bits/basic_string.tcc 
${MINIFI_BASE_DIR}/thirdparty/libstdc++/avoid_bogus_Wrestrict_PR105651.patch

Review Comment:
   removed 👍 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to