You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2022/11/15 08:51:17 UTC

[arrow] 21/27: ARROW-18299: [CI][GLib][macOS] Fix dependency install failures (#14618)

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

kou pushed a commit to branch maint-10.0.x
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 09467cfe1b1c55dcbf0b7ad06c770335ffd16c51
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Fri Nov 11 05:39:17 2022 +0900

    ARROW-18299: [CI][GLib][macOS] Fix dependency install failures (#14618)
    
    Authored-by: Sutou Kouhei <ko...@clear-code.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 .github/workflows/cpp.yml  | 4 +---
 .github/workflows/ruby.yml | 7 +++++--
 c_glib/Brewfile            | 1 -
 cpp/Brewfile               | 1 -
 4 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
index 2278f075a8..6d30df4091 100644
--- a/.github/workflows/cpp.yml
+++ b/.github/workflows/cpp.yml
@@ -124,7 +124,7 @@ jobs:
           docker-compose run --rm minimal
 
   macos:
-    name: AMD64 macOS 11 C++
+    name: AMD64 macOS 12 C++
     runs-on: macos-latest
     if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
     timeout-minutes: 75
@@ -158,9 +158,7 @@ jobs:
           submodules: recursive
       - name: Install Dependencies
         run: |
-          rm -f /usr/local/bin/2to3
           brew update --preinstall
-          brew install --overwrite git
           brew bundle --file=cpp/Brewfile
       - name: Install MinIO
         run: |
diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml
index 2204570034..a0021cdcf9 100644
--- a/.github/workflows/ruby.yml
+++ b/.github/workflows/ruby.yml
@@ -109,7 +109,7 @@ jobs:
         run: archery docker push ubuntu-ruby
 
   macos:
-    name: AMD64 macOS 11 GLib & Ruby
+    name: AMD64 macOS 12 GLib & Ruby
     runs-on: macos-latest
     if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
     timeout-minutes: 60
@@ -142,7 +142,10 @@ jobs:
       - name: Install Homebrew Dependencies
         shell: bash
         run: |
-          rm -f /usr/local/bin/2to3
+          rm -f /usr/local/bin/2to3*
+          rm -f /usr/local/bin/idle*
+          rm -f /usr/local/bin/pydoc3*
+          rm -f /usr/local/bin/python3*
           brew update --preinstall
           brew install --overwrite git
           brew bundle --file=cpp/Brewfile
diff --git a/c_glib/Brewfile b/c_glib/Brewfile
index bfda23b374..5ab5020369 100644
--- a/c_glib/Brewfile
+++ b/c_glib/Brewfile
@@ -15,7 +15,6 @@
 # specific language governing permissions and limitations
 # under the License.
 
-brew "autoconf-archive"
 brew "gobject-introspection"
 brew "gtk-doc"
 brew "libtool"
diff --git a/cpp/Brewfile b/cpp/Brewfile
index 35941a9289..26abb2efb2 100644
--- a/cpp/Brewfile
+++ b/cpp/Brewfile
@@ -15,7 +15,6 @@
 # specific language governing permissions and limitations
 # under the License.
 
-brew "automake"
 brew "aws-sdk-cpp"
 brew "bash"
 brew "boost"