File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -53,4 +53,4 @@ MAVEN=3.9.9
5353# Versions for various dependencies used to build artifacts
5454# Keep in sync with apache/arrow
5555ARROW_REPO_ROOT = ./arrow
56- VCPKG = " 4334d8b4c8916018600212ab4dd4bbdc343065d1 " # 2025.09.17 Release
56+ VCPKG = " 66c0373dc7fca549e5803087b9487edfe3aca0a1 " # 2026.01.16 Release
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ services:
108108 environment :
109109 ARROW_JAVA_CDATA : " ON"
110110 CCACHE_DIR : " /ccache"
111- command :
112- ["git config --global --add safe.directory /arrow-java && \
113- /arrow-java/ci/scripts/jni_manylinux_build.sh /arrow-java /arrow /build/java /arrow-java/jni"]
111+ command : >-
112+ /bin/bash -c "
113+ git config --global --add safe.directory /arrow-java &&
114+ /arrow-java/ci/scripts/jni_manylinux_build.sh /arrow-java /arrow /build/java /arrow-java/jni"
You can’t perform that action at this time.
0 commit comments