You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2022/04/22 16:22:51 UTC

[arrow] branch master updated: ARROW-16278: [CI] Fix git installation failure on brew

This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new ec9440af6c ARROW-16278: [CI] Fix git installation failure on brew
ec9440af6c is described below

commit ec9440af6cb8af498e11f5347cf5608172344f16
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Fri Apr 22 18:22:43 2022 +0200

    ARROW-16278: [CI] Fix git installation failure on brew
    
    Closes #12958 from kszucs/macos-git
    
    Authored-by: Krisztián Szűcs <sz...@gmail.com>
    Signed-off-by: Krisztián Szűcs <sz...@gmail.com>
---
 .github/workflows/cpp.yml    | 1 +
 .github/workflows/python.yml | 1 +
 .github/workflows/ruby.yml   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
index 00f9e335f5..9276e40834 100644
--- a/.github/workflows/cpp.yml
+++ b/.github/workflows/cpp.yml
@@ -155,6 +155,7 @@ jobs:
         run: |
           rm -f /usr/local/bin/2to3
           brew update --preinstall
+          brew install --overwrite git
           brew bundle --file=cpp/Brewfile
       - name: Install Google Cloud Storage Testbench
         shell: bash
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index bb07728f40..b8a30ce34a 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -150,6 +150,7 @@ jobs:
         run: |
           rm -f /usr/local/bin/2to3
           brew update --preinstall
+          brew install --overwrite git
           brew bundle --file=cpp/Brewfile
           brew install coreutils
           python3 -mpip install \
diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml
index 54292eafc8..2f87856ea1 100644
--- a/.github/workflows/ruby.yml
+++ b/.github/workflows/ruby.yml
@@ -135,6 +135,7 @@ jobs:
         run: |
           rm -f /usr/local/bin/2to3
           brew update --preinstall
+          brew install --overwrite git
           brew bundle --file=cpp/Brewfile
           brew bundle --file=c_glib/Brewfile
       - name: Install Ruby Dependencies