Skip to content

Commit 00a9f52

Browse files
committed
Export VCPKG_TARGET_TRIPLET
1 parent 3edd711 commit 00a9f52

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/scripts/jni_manylinux_build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ fi
5555
github_actions_group_begin "Building Arrow C++ libraries"
5656
: "${VCPKG_ROOT:=/opt/vcpkg}"
5757
: "${VCPKG_FEATURE_FLAGS:=-manifests}"
58-
: "${VCPKG_TARGET_TRIPLET:=${VCPKG_DEFAULT_TRIPLET:-x64-linux-static-${CMAKE_BUILD_TYPE}}}"
58+
: "${VCPKG_TARGET_TRIPLET:=${VCPKG_DEFAULT_TRIPLET:-x64-linux-static-release}}"
59+
export VCPKG_TARGET_TRIPLET
60+
5961
export ARROW_TEST_DATA="${arrow_dir}/testing/data"
6062
export PARQUET_TEST_DATA="${arrow_dir}/cpp/submodules/parquet-testing/data"
6163
export AWS_EC2_METADATA_DISABLED=TRUE

0 commit comments

Comments
 (0)