We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8befd76 commit 361da07Copy full SHA for 361da07
ci/scripts/jni_manylinux_build.sh
@@ -70,23 +70,6 @@ export AWS_EC2_METADATA_DISABLED=TRUE
70
71
install_dir="${build_dir}/cpp-install"
72
73
-pushd "${arrow_dir}"
74
-cat <<EOF | patch -p1
75
-diff --git a/cpp/src/arrow/CMakeLists.txt b/cpp/src/arrow/CMakeLists.txt
76
-index fcdfaa21c7..9f30cc13e3 100644
77
---- a/cpp/src/arrow/CMakeLists.txt
78
-+++ b/cpp/src/arrow/CMakeLists.txt
79
-@@ -80,7 +80,7 @@ if(ARROW_WITH_ZSTD)
80
- endif()
81
-
82
- if(ARROW_ORC)
83
-- if(ORC_SOURCE STREQUAL "SYSTEM")
84
-+ if(orc_SOURCE STREQUAL "SYSTEM")
85
- list(APPEND ARROW_STATIC_INSTALL_INTERFACE_LIBS orc::orc)
86
87
88
-EOF
89
-popd
90
cmake \
91
-S "${arrow_dir}/cpp" \
92
-B "${build_dir}/cpp" \
0 commit comments