Skip to content

Commit

Permalink
apacheGH-39003: [CI][macOS] Don't update Homebrew
Browse files Browse the repository at this point in the history
It's better that we always use the latest Homebrew to check with the
latest Homebrew that are used by most users. But it's difficult to
maintain. So we don't update Homebrew. GitHub hosted GitHub Actions
Runners updates Homebrew periodically. We depend on it.
  • Loading branch information
kou committed Dec 1, 2023
1 parent 92fe831 commit d7bf6d9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 27 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,6 @@ jobs:
submodules: recursive
- name: Install Dependencies
run: |
rm -f /usr/local/bin/2to3* || :
rm -f /usr/local/bin/idle3* || :
rm -f /usr/local/bin/pydoc3* || :
rm -f /usr/local/bin/python3* || :
rm -f /usr/local/bin/python3-config || :
brew update --preinstall || :
brew bundle --file=cpp/Brewfile
- name: Install MinIO
run: |
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,7 @@ jobs:
- name: Install Dependencies
shell: bash
run: |
rm -f /usr/local/bin/2to3* || :
rm -f /usr/local/bin/idle3* || :
rm -f /usr/local/bin/pydoc3* || :
rm -f /usr/local/bin/python3* || :
rm -f /usr/local/bin/python3-config || :
brew update --preinstall || :
brew install --overwrite git
brew bundle --file=cpp/Brewfile
brew install coreutils
python -m pip install \
-r python/requirements-build.txt \
-r python/requirements-test.txt
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,6 @@ jobs:
- name: Install Homebrew Dependencies
shell: bash
run: |
rm -f /usr/local/bin/2to3* || :
rm -f /usr/local/bin/idle3* || :
rm -f /usr/local/bin/pydoc3* || :
rm -f /usr/local/bin/python3* || :
rm -f /usr/local/bin/python3-config || :
brew update --preinstall || :
brew install --overwrite git
brew bundle --file=cpp/Brewfile
brew bundle --file=c_glib/Brewfile
- name: Install Ruby Dependencies
Expand Down
6 changes: 0 additions & 6 deletions dev/tasks/verify-rc/github.macos.amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ jobs:
- name: Install System Dependencies
shell: bash
run: |
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 || echo "brew update did not finish successfully"
brew install --overwrite git
brew bundle --file=arrow/cpp/Brewfile
brew bundle --file=arrow/c_glib/Brewfile
{% endif %}
Expand Down

0 comments on commit d7bf6d9

Please sign in to comment.