rok commented on code in PR #48569:
URL: https://github.com/apache/arrow/pull/48569#discussion_r2628113306
##########
.github/workflows/python.yml:
##########
@@ -195,7 +195,11 @@ jobs:
brew uninstall pkg-config || :
brew uninstall [email protected] || :
brew bundle --file=cpp/Brewfile
+ # Pin aws-crt-cpp to 0.35.4 (matches aws-sdk-cpp 1.11.705)
+ brew install
https://raw.githubusercontent.com/Homebrew/homebrew-core/e5e804fb899ad40c35517d356e08db59b97ba091/Formula/a/aws-crt-cpp.rb
+ brew pin aws-crt-cpp
+ brew bundle --file=cpp/Brewfile
Review Comment:
```suggestion
brew list | grep -i aws | xargs -I{} brew info {}
# Pin aws-crt-cpp to 0.35.4 (matches aws-sdk-cpp 1.11.705)
brew install
https://raw.githubusercontent.com/Homebrew/homebrew-core/e5e804fb899ad40c35517d356e08db59b97ba091/Formula/a/aws-crt-cpp.rb
brew pin aws-crt-cpp
brew list | grep -i aws | xargs -I{} brew info {}
brew bundle --file=cpp/Brewfile
brew list | grep -i aws | xargs -I{} brew info {}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]