You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-49435: [CI][C++] Fix macOS build with Homebrew protobuf v34 (#49491)
### Rationale for this change
Closes#49435
### What changes are included in this PR?
a) Add brew update to `cpp.yml` and `python.yml` for GitHub Actions runner to use updated formulae
b) Handle 'nodiscard' return values in Flight and Substrait
See grpc/grpc#41755
(See also previous discussion in [#49436](#49436 (comment)))
### Are these changes tested?
Yes, macOS C++ and Python CI jobs pass.
### Are there any user-facing changes?
No.
* GitHub Issue: #49435
Lead-authored-by: Tadeja Kadunc <tadeja.kadunc@gmail.com>
Co-authored-by: tadeja <tadeja@users.noreply.github.com>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
0 commit comments