-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GLUTEN-4218] fix: Fix Gluten CPP build breaks #4217
Conversation
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/oap-project/gluten/issues Then could you also rename commit message and pull request title in the following format?
See also: |
@Surbhi-Vijay thanks for fixing, it's a little odd as we do have a GitHub action test for static building(centos 7 based) to check each commit, could you please share a bit on your building env? |
@zhouyuan I am compiling gluten and velox with vcpkg by following the commands below on
|
hey @zhouyuan , this is the issue we encoutnered after last sync and we fix by add |
61c5487
to
f26c102
Compare
@Surbhi-Vijay can you please do a rebase? the failure on boost download should be fixed now thanks, -yuan |
f26c102
to
0c189bb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
===== Performance report for TPCH SF2000 with Velox backend, for reference only ====
|
What changes were proposed in this pull request?
This PR fixes below two build issues:
Adding "thrift" to dev/vcpkg/vcpkg.json dependencies resolves the issue.
(Fixes: #4218)
How was this patch tested?
Build passes after the fixes