File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,5 +53,5 @@ 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- PYTHON = 3.9
56+ PYTHON = 3.13
5757VCPKG = " f7423ee180c4b7f40d43402c2feb3859161ef625" # 2024.06.15 Release
Original file line number Diff line number Diff line change @@ -92,12 +92,12 @@ services:
9292 # Usage:
9393 # docker compose build vcpkg-jni
9494 # docker compose run vcpkg-jni
95- image : ${REPO}:${ARCH}-vcpkg-jni-${VCPKG}
95+ image : ${REPO}:${ARCH}-vcpkg-jni-${PYTHON}-${ VCPKG}
9696 build :
9797 context : .
9898 dockerfile : ci/docker/vcpkg-jni.dockerfile
9999 cache_from :
100- - ${REPO}:${ARCH}-vcpkg-jni-${VCPKG}
100+ - ${REPO}:${ARCH}-vcpkg-jni-${PYTHON}-${ VCPKG}
101101 args :
102102 base : ${ARROW_REPO}:${ARCH}-python-${PYTHON}-wheel-manylinux-2014-vcpkg-${VCPKG}
103103 volumes :
You can’t perform that action at this time.
0 commit comments