We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da354a9 commit 3c7255aCopy full SHA for 3c7255a
dev/tasks/java-jars/github.yml
@@ -55,6 +55,12 @@ jobs:
55
run: |
56
brew install --overwrite git
57
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
64
- name: Build C++ Libs
65
66
set -e
0 commit comments