You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/06/14 20:51:14 UTC

[GitHub] [arrow] kou commented on pull request #36029: GH-35987: [C++] Pin brew protobuf version to 21

kou commented on PR #36029:
URL: https://github.com/apache/arrow/pull/36029#issuecomment-1591966955

   Homebrew's Protobuf wasn't used with this change:
   https://github.com/apache/arrow/actions/runs/5234018832/jobs/9449871713#step:9:245
   
   ```text
   -- Could NOT find Protobuf (missing: Protobuf_LIBRARIES Protobuf_INCLUDE_DIR) (Required is at least version "3.0.0")
   ```
   
   Bundled Protobuf was used. So the problem wasn't happen. (= `-DProtobuf_SOURCE=BUNDLED` approach)
   
   I should have checked the log before I merge this...


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org