raulcd commented on PR #12945: URL: https://github.com/apache/arrow/pull/12945#issuecomment-1106180643
About the build failures, I am going to fix the Windows ones which are introduced by this PR https://github.com/apache/arrow/runs/6114986154?check_suite_focus=true: ``` Run export CMAKE_BUILD_PARALLEL_LEVEL=$NUMBER_OF_PROCESSORS + source_dir=/d/a/arrow/arrow/cpp + build_dir=/d/a/arrow/arrow/build/cpp + : ON + : OFF + git config --global --add safe.directory /d/a/arrow/arrow ci/scripts/cpp_build.sh: line 28: git: command not found ``` The MacOS ones are related to homebrew installing git https://github.com/apache/arrow/runs/6114984587?check_suite_focus=true: ``` Error: Could not symlink share/doc/git-doc/MyFirstContribution.html Target /usr/local/share/doc/git-doc/MyFirstContribution.html is a symlink belonging to [email protected]. You can unlink it: brew unlink [email protected] To force the link and overwrite all conflicting files: brew link --overwrite [email protected] To list all files that would be deleted: brew link --overwrite --dry-run [email protected] Installing git has failed! ``` -- 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]
