Skip to content

Commit

Permalink
Uninstall Homebrew's aws-sdk-cpp to avoid mixing
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 28, 2022
1 parent 106c816 commit 1ac0510
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev/tasks/java-jars/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
run: |
brew install --overwrite git
brew bundle --file=arrow/cpp/Brewfile
# We want to link aws-sdk-cpp statically but Homebrew's
# aws-sdk-cpp provides only shared library. If we have
# Homebrew's aws-sdk-cpp, our build mix Homebrew's
# aws-sdk-cpp and bundled aws-sdk-cpp. We uninstall Homebrew's
# aws-sdk-cpp to ensure using only bundled aws-sdk-cpp.
brew uninstall aws-sdk-cpp
- name: Build C++ Libs
run: |
set -e
Expand Down

0 comments on commit 1ac0510

Please sign in to comment.