Z A
Z A
## What changes were proposed in this pull request? Uses the `arm64-linux` triplet when building on arm64 with vcpkg. It uses the community triplet. Currently, vcpkg uses the `x64-linux-avx` triplet,...
### Problem description I'm trying to build gluten and velox on aarch64 architecture. I'm running the script `./dev/builddeps-veloxbe.sh --enable_vcpkg=ON --spark_version=3.5` . I get the error below. I see that these...
### Problem description I'm building velox with static linking `./dev/builddeps-veloxbe.sh --enable_vcpkg=ON --spark_version=3.5` . It produces 2 .so files, libgluten.so and libvelox.so in `cpp/build/releases`. The libvelox.so is missing links for folly,...