jackylee-ch commented on PR #12129: URL: https://github.com/apache/gluten/pull/12129#issuecomment-4542089701
@zhouyuan Yeap. I previously also used `sudo` to execute the commands and then installed them to a local macOS path. Recently, I tried disabling sudo permissions and found that compilation still worked normally without affecting the system environment. For many developers, minimizing the impact on the system environment is essential, especially for macOS. However, the current changes do not affect compilation, they simply change `cp` to non-sudo execution, so the impact is minimal. -- 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]
