This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 2f627c213f ARROW-18093: [CI][Conda][Windows] Disable ORC (#14454)
2f627c213f is described below
commit 2f627c213fc328ca7cd058d4455581fc246837da
Author: Sutou Kouhei <[email protected]>
AuthorDate: Fri Oct 21 14:35:32 2022 +0900
ARROW-18093: [CI][Conda][Windows] Disable ORC (#14454)
https://anaconda.org/conda-forge/orc doesn't provide binaries for Windows.
Error message:
https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=37759&view=logs&j=4c86bc1b-1091-5192-4404-c74dfaad23e7&t=41795ef0-6501-5db4-3ad4-33c0cf085626&l=497
CMake Error at cmake_modules/FindORC.cmake:56 (message):
ORC library was required in toolchain and unable to locate
Call Stack (most recent call first):
cmake_modules/ThirdpartyToolchain.cmake:280 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:4362 (resolve_dependency)
CMakeLists.txt:496 (include)
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
dev/tasks/conda-recipes/arrow-cpp/bld-arrow.bat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/tasks/conda-recipes/arrow-cpp/bld-arrow.bat
b/dev/tasks/conda-recipes/arrow-cpp/bld-arrow.bat
index 02de305eaa..21e2ae714e 100644
--- a/dev/tasks/conda-recipes/arrow-cpp/bld-arrow.bat
+++ b/dev/tasks/conda-recipes/arrow-cpp/bld-arrow.bat
@@ -31,7 +31,7 @@ cmake -G "Ninja" ^
-DARROW_HDFS:BOOL=ON ^
-DARROW_JSON:BOOL=ON ^
-DARROW_MIMALLOC:BOOL=ON ^
- -DARROW_ORC:BOOL=ON ^
+ -DARROW_ORC:BOOL=OFF ^
-DARROW_PACKAGE_PREFIX="%LIBRARY_PREFIX%" ^
-DARROW_PARQUET:BOOL=ON ^
-DARROW_S3:BOOL=ON ^