tadeja commented on code in PR #50712:
URL: https://github.com/apache/arrow/pull/50712#discussion_r3678440048
##########
.github/workflows/cpp.yml:
##########
@@ -245,6 +245,11 @@ jobs:
# Remove once the runner ships a newer Homebrew.
brew update
Review Comment:
```suggestion
```
I've tried removing this outdated workaround for grpc build failure against
protobuf v34 (that seems to be fixed in
https://github.com/Homebrew/homebrew-core/commit/552efcaee029b5da432f2a9ef93c0db90aed1b17
in March) so the runner should be on consistent grpc/protobuf and still
without problematic aws-crt-cpp 0.43.x right now :)
Without brew update on my fork CI passes workflow
[Python](https://github.com/tadeja/arrow/actions/runs/30481962621/job/90694980196#step:4:2)
and
[cpp](https://github.com/tadeja/arrow/actions/runs/30481963125/job/90678035198#step:4:1)
Perhaps that could be tried as a workaround until a future runner image is
released with the mismatched bottles - which hopefully doesn't?
--
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]