Skip to content

Commit f2f9148

Browse files
committed
GH-1020: Update vcpkg revision
1 parent bc7132b commit f2f9148

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5555
ARROW_REPO_ROOT=./arrow
56-
VCPKG="4334d8b4c8916018600212ab4dd4bbdc343065d1" # 2025.09.17 Release
56+
VCPKG="66c0373dc7fca549e5803087b9487edfe3aca0a1" # 2026.01.16 Release

compose.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)