Commit 5f343f0
authored
### 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
* GitHub Issue: #48416
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 912eec1 commit 5f343f0
1 file changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3856 | 3856 | | |
3857 | 3857 | | |
3858 | 3858 | | |
3859 | | - | |
| 3859 | + | |
| 3860 | + | |
| 3861 | + | |
| 3862 | + | |
| 3863 | + | |
| 3864 | + | |
| 3865 | + | |
| 3866 | + | |
| 3867 | + | |
| 3868 | + | |
| 3869 | + | |
| 3870 | + | |
| 3871 | + | |
| 3872 | + | |
| 3873 | + | |
| 3874 | + | |
| 3875 | + | |
| 3876 | + | |
3860 | 3877 | | |
3861 | 3878 | | |
3862 | 3879 | | |
| |||
0 commit comments