raulcd commented on issue #47957: URL: https://github.com/apache/arrow/issues/47957#issuecomment-3553452859
The Ruby job has been fixed on CI after using protobuf 33.1.0: ``` 2025-11-19T14:53:35.6452860Z -- Providing CMake module for FindProtobufAlt as part of ArrowFlight CMake package 2025-11-19T14:53:35.6561070Z -- Found protoc: /opt/homebrew/bin/protoc-33.1.0 ``` The ARM64 macos jobs are still using 33.0.0 so hopefully they'll be fixed soon too (last time they started failing a couple of days after the GLib one). ``` 2025-11-19T14:50:35.9350900Z -- Using pkg-config package for protobuf that is used by arrow for static link 2025-11-19T14:50:35.9351940Z -- Found protoc: /opt/homebrew/bin/protoc-33.0.0 ``` -- 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]
