You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/22 08:22:25 UTC

[GitHub] [arrow] raulcd commented on pull request #12945: ARROW-16219: [CI] Fix git config to prevent SCM tools failure

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 git@2.35.1. You can unlink it:
     brew unlink git@2.35.1
   
   To force the link and overwrite all conflicting files:
     brew link --overwrite git@2.35.1
   
   To list all files that would be deleted:
     brew link --overwrite --dry-run git@2.35.1
   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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org