Skip to content

Commit e9b245d

Browse files
committed
Use amd64 for vcpkg
1 parent 6543b16 commit e9b245d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ci/scripts/jni_manylinux_build.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ fi
5454

5555
github_actions_group_begin "Building Arrow C++ libraries"
5656
case "$(arch)" in
57-
x86_64)
58-
vcpkg_arch=x64
59-
;;
60-
aarch64)
61-
vcpkg_arch=arm64
62-
;;
57+
x86_64)
58+
vcpkg_arch=amd64
59+
;;
60+
aarch64)
61+
vcpkg_arch=arm64
62+
;;
6363
esac
6464
gcc_toolset_version="$(rpm -qa "gcc-toolset-*-runtime" --queryformat '%{VERSION}' | grep -o "^[0-9]*")"
6565
gcc_toolset_include_cpp="/opt/rh/gcc-toolset-${gcc_toolset_version}/root/usr/include/c++/${gcc_toolset_version}"

0 commit comments

Comments
 (0)