Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,10 @@ jobs:
#
# "brew bundle" fails with "no bottle available!" without this
# because it doesn't build them from source.
HOMEBREW_BUNDLE_BREW_SKIP="aws-sdk-cpp grpc" \
#
# We don't use Homebrew's Node.js too. Homebrew doesn't provide
# a bottle for it on x86_64 macOS for the same reason.
HOMEBREW_BUNDLE_BREW_SKIP="aws-sdk-cpp grpc node" \
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
Expand Down
Loading