jeroen commented on PR #36551: URL: https://github.com/apache/arrow/pull/36551#issuecomment-1632134346
You already explicitly depend on openssl via thrift (and aws-sdk maybe)? ``` # brew deps --tree apache-arrow-static autobrew/cran/apache-arrow-static ├── aws-sdk-cpp-static ├── brotli ├── lz4 ├── snappy ├── thrift │ └── [email protected] │ └── ca-certificates └── zstd ├── lz4 └── xz ``` Upstream homebrew [bumped thrift and aws-sdk to openssl@3](https://github.com/Homebrew/homebrew-core/pull/134376/files) a few weeks ago, so the next release of the apache-arrow-static [bundle](https://github.com/autobrew/bundler) will automatically include openssl@3. The current PR will probably create a conflict because you end up depending on both openssl@11 and openssl@3. -- 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]
