sjperkins commented on PR #33805: URL: https://github.com/apache/arrow/pull/33805#issuecomment-1403351691
@kou Thanks for triggering the crossbow run. Most of the `wheel-manylinux_2_28-*-arm64` builds are failing as openssl wants linux headers for e.g. in https://app.travis-ci.com/github/ursacomputing/crossbow/builds/259964533#L3017 ``` #17 1085. Installing 64/96 openssl:arm64-linux... #17 1085. Building openssl[core]:arm64-linux... #17 1085. warning: -- Using community triplet arm64-linux. This triplet configuration is not guaranteed to succeed. #17 1085. -- [COMMUNITY] Loading triplet configuration from: /opt/vcpkg/triplets/community/arm64-linux.cmake #17 1085. CMake Warning at ports/openssl/portfile.cmake:8 (message): #17 1085. openssl currently requires the following library from the system package #17 1085. manager: #17 1085. #17 1085. linux-headers #17 1085. ``` On RHEL systems, I believe this translates to kernel-headers: https://www.tecmint.com/install-kernel-headers-in-centos-7/, which are now installed: https://github.com/apache/arrow/pull/33805/commits/7bf98e27507944a9b3e61a54909f67517eff367b -- 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]
