zhangm365 commented on code in PR #61591: URL: https://github.com/apache/doris/pull/61591#discussion_r2969016769
########## env.sh: ########## @@ -20,6 +20,13 @@ # check DORIS_HOME export LC_ALL=C +# unset Homebrew compile env(include/lib path) to avoid conflict +unset CPATH +unset C_INCLUDE_PATH +unset CPLUS_INCLUDE_PATH +unset CPPFLAGS +unset LDFLAGS + Review Comment: @copilot open a new pull request to apply changes based on [this feedback](https://github.com/apache/doris/pull/61591#discussion_r2969012833) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
