We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edd711 commit 00a9f52Copy full SHA for 00a9f52
ci/scripts/jni_manylinux_build.sh
@@ -55,7 +55,9 @@ fi
55
github_actions_group_begin "Building Arrow C++ libraries"
56
: "${VCPKG_ROOT:=/opt/vcpkg}"
57
: "${VCPKG_FEATURE_FLAGS:=-manifests}"
58
-: "${VCPKG_TARGET_TRIPLET:=${VCPKG_DEFAULT_TRIPLET:-x64-linux-static-${CMAKE_BUILD_TYPE}}}"
+: "${VCPKG_TARGET_TRIPLET:=${VCPKG_DEFAULT_TRIPLET:-x64-linux-static-release}}"
59
+export VCPKG_TARGET_TRIPLET
60
+
61
export ARROW_TEST_DATA="${arrow_dir}/testing/data"
62
export PARQUET_TEST_DATA="${arrow_dir}/cpp/submodules/parquet-testing/data"
63
export AWS_EC2_METADATA_DISABLED=TRUE
0 commit comments