jorisvandenbossche opened a new issue, #41100: URL: https://github.com/apache/arrow/issues/41100
Because of the "xz backdoor" situation (https://tukaani.org/xz-backdoor/, https://boehs.org/node/everything-i-know-about-the-xz-backdoor), the vcpkg port of `liblzma` is currently not working (it's pointing to github sources which are currently online, see https://github.com/microsoft/vcpkg/issues/37839 / https://github.com/microsoft/vcpkg/pull/37957). While Arrow C++ itself doesn't depend on `liblzma` directly, it is being built because of one of our (recursive) dependencies (note: in all built wheels we have always used older, not-affected versions of liblzma, given that we are building with an older snapshot of vcpkg). But that means that our `vcpkg install` is failing to build Arrow C++ in the wheel building pipeline. -- 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]
