raulcd opened a new pull request, #48430: URL: https://github.com/apache/arrow/pull/48430
### Rationale for this change The centos-9 jobs have started failing to bundled ORC when using FetchContent due to subfolder including the `+` symbol on path. This fails when bundling it with `ar`. ### What changes are included in this PR? Generate new `orc_for_bundling` library` not under the `c++` directory and add that one to `ARROW_BUNDLED_STATIC_LIBS`. This is a similar approach we take for `grpc++` ### Are these changes tested? Yes, via CI ### Are there any user-facing changes? No, they shouldn't as this is just for adding it to the `libarrow_bundled` dependencies -- 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]
