Commits


Raúl Cumplido authored and GitHub committed 6c9e7e7d6bf
GH-45041: [Packaging][Python] Use ORC from vcpkg instead of bundled on Linux and macOS (#45046) ### Rationale for this change We are currently downloading and building ORC every time for our wheels. We should not require to bundle ORC ourselves and we could just use vcpkg. ### What changes are included in this PR? Stop using `ORC_SOURCE=BUNDLED` and enable the vcpkg orc feature. ### Are these changes tested? Yes, on the wheels. ### Are there any user-facing changes? No * GitHub Issue: #45041 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>