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 6543b16 commit e9b245dCopy full SHA for e9b245d
ci/scripts/jni_manylinux_build.sh
@@ -54,12 +54,12 @@ fi
54
55
github_actions_group_begin "Building Arrow C++ libraries"
56
case "$(arch)" in
57
- x86_64)
58
- vcpkg_arch=x64
59
- ;;
60
- aarch64)
61
- vcpkg_arch=arm64
62
+x86_64)
+ vcpkg_arch=amd64
+ ;;
+aarch64)
+ vcpkg_arch=arm64
63
esac
64
gcc_toolset_version="$(rpm -qa "gcc-toolset-*-runtime" --queryformat '%{VERSION}' | grep -o "^[0-9]*")"
65
gcc_toolset_include_cpp="/opt/rh/gcc-toolset-${gcc_toolset_version}/root/usr/include/c++/${gcc_toolset_version}"
0 commit comments