Z A

Results 12 comments of Z A

Sounds good. Yes, I'll put up a PR with my changes to https://github.com/apache/incubator-gluten/blob/main/dev/vcpkg/init.sh for this.

I put up a draft https://github.com/apache/incubator-gluten/pull/7687 . This PR gets past that error, but I'm still working on getting it to build completely (at least for my set up).

I don't have permission to create a new github runner (with ARM). Could someone else create the new runner, please? Then I'll use it in https://github.com/apache/incubator-gluten/blob/main/.github/workflows/build_bundle_package.yml

In my arm64 environment, it actually finds the community triplet (so it doesn't use the new triplet file). Using the community triplet does correctly get it to start building for...

So will we continue the [PR](https://github.com/apache/incubator-gluten/pull/7687), but not do CI tests with an ARM runner for now?

@zhouyuan I'm using aarch64, but I see triplets defined for arm64 (not for aarch64), so I think the triplet is supposed to be for arm64 https://github.com/microsoft/vcpkg/tree/master/triplets

Thank you @zhztheplayer. We're trying to build gluten and use it (along with gluten and the necessary third party libraries) in another repository. It seems like we'll need a third-party...

Arrow and protobuf are missing links in `libvelox.so` (I can see it in `nm -u` output). We don't have any customization.

My output is ``` ldd cpp/build/releases/libvelox.so linux-vdso.so.1 (0x00007ffd3ad8c000) libgluten.so => /home/circleci/project/cpp/build/releases/libgluten.so (0x00007f828ab81000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f828ab52000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f828ab4c000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f828a9fd000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f828a80b000) /lib64/ld-linux-x86-64.so.2 (0x00007f8291733000)...