raulcd commented on PR #14634: URL: https://github.com/apache/arrow/pull/14634#issuecomment-1314182709
As can be seen on the different jobs the new version of Open SSL is used to build the wheels now: ``` -- Found OpenSSL: /Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/vcpkg/installed/arm64-osx-static-release/lib/libcrypto.a (found suitable version "3.0.7", minimum required is "1.0.2") -- Providing CMake module for OpenSSLAlt as part of Arrow CMake package -- Found OpenSSL Crypto Library: /Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/vcpkg/installed/arm64-osx-static-release/lib/libcrypto.a -- Building with OpenSSL (Version: 3.0.7) support ``` or ``` -- Found OpenSSL: /opt/vcpkg/installed/amd64-linux-static-release/lib/libcrypto.a (found version "3.0.7") -- Found OpenSSL: /opt/vcpkg/installed/amd64-linux-static-release/lib/libcrypto.a (found suitable version "3.0.7", minimum required is "3") -- Found OpenSSL: /opt/vcpkg/installed/amd64-linux-static-release/lib/libcrypto.a (found version "3.0.7") ``` -- 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]
