Skip to content

Commit 361da07

Browse files
committed
Remove patch
1 parent 8befd76 commit 361da07

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

ci/scripts/jni_manylinux_build.sh

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -70,23 +70,6 @@ export AWS_EC2_METADATA_DISABLED=TRUE
7070

7171
install_dir="${build_dir}/cpp-install"
7272

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-
endif()
87-
endif()
88-
EOF
89-
popd
9073
cmake \
9174
-S "${arrow_dir}/cpp" \
9275
-B "${build_dir}/cpp" \

0 commit comments

Comments
 (0)