Skip to content

Commit 3c7255a

Browse files
kouREASY
authored andcommitted
Uninstall Homebrew's aws-sdk-cpp to avoid mixing
1 parent da354a9 commit 3c7255a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dev/tasks/java-jars/github.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ jobs:
5555
run: |
5656
brew install --overwrite git
5757
brew bundle --file=arrow/cpp/Brewfile
58+
# We want to link aws-sdk-cpp statically but Homebrew's
59+
# aws-sdk-cpp provides only shared library. If we have
60+
# Homebrew's aws-sdk-cpp, our build mix Homebrew's
61+
# aws-sdk-cpp and bundled aws-sdk-cpp. We uninstall Homebrew's
62+
# aws-sdk-cpp to ensure using only bundled aws-sdk-cpp.
63+
brew uninstall aws-sdk-cpp
5864
- name: Build C++ Libs
5965
run: |
6066
set -e

0 commit comments

Comments
 (0)