raulcd commented on code in PR #49367:
URL: https://github.com/apache/arrow/pull/49367#discussion_r2840112248


##########
ci/docker/cpp-jni.dockerfile:
##########
@@ -96,7 +99,9 @@ RUN --mount=type=secret,id=github_repository_owner \
         --x-feature=azure \
         --x-feature=dev \
         --x-feature=flight \
-        --x-feature=gandiva \
+        # We can't use LLVM installed by vcpkg with gcc-toolset because
+        # LLVM installed by vcpkg doesn't use libc++ installed by gcc-toolset.
+        # --x-feature=gandiva \

Review Comment:
   Does this mean we don't build Gandiva anymore on the JNI builds? If I 
understand correctly if we enable Gandiva we are pulling LLVM from vcpkg and 
that fails because it does not use libc++ installed by gcc-toolset. Does that 
mean that Gandiva isn't supported on our vcpkg builds anymore?



-- 
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]

Reply via email to