Skip to content

Commit f1509bf

Browse files
committed
Set VCPKG_TARGET_TRIPLET
1 parent 18f9e22 commit f1509bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/docker/cpp-jni.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,5 @@ RUN --mount=type=secret,id=github_repository_owner \
105105

106106
ENV ARROW_BUILD_TESTS=ON \
107107
ARROW_CMAKE_ARGS="-DARROW_BUILD_TESTS=ON" \
108-
CMAKE_PRESET=ninja-${CMAKE_BUILD_TYPE}-jni-linux
108+
CMAKE_PRESET=ninja-${CMAKE_BUILD_TYPE}-jni-linux \
109+
VCPKG_TARGET_TRIPLET=${VCPKG_DEFAULT_TRIPLET}

0 commit comments

Comments
 (0)