kou commented on code in PR #50606:
URL: https://github.com/apache/arrow/pull/50606#discussion_r3643695721
##########
cpp/CMakePresets.json:
##########
@@ -681,6 +681,28 @@
"PARQUET_REQUIRE_ENCRYPTION": "OFF",
"re2_SOURCE": "BUNDLED"
}
+ },
+ {
+ "name": "ninja-release-jni-windows",
+ "inherits": [
+ "base-release"
+ ],
+ "displayName": "Build for JNI on Windows",
+ "cacheVariables": {
+ "ARROW_ACERO": "ON",
+ "ARROW_BUILD_SHARED": "OFF",
+ "ARROW_BUILD_STATIC": "ON",
+ "ARROW_CSV": "ON",
+ "ARROW_DATASET": "ON",
+ "ARROW_DEPENDENCY_USE_SHARED": "OFF",
+ "ARROW_ORC": "ON",
+ "ARROW_PARQUET": "ON",
+ "ARROW_S3": "ON",
+ "ARROW_SUBSTRAIT": "ON",
Review Comment:
Could you add
https://github.com/apache/arrow-java/blob/21b6a05154b7713b12ace4c0ba3572ba5cc8fe66/ci/scripts/jni_windows_build.sh#L80-L83
too?
--
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]