[VL][branch-1.7] Backport: Fix build issues reported by weekly jobs (#12321)#12600
Conversation
Co-authored-by: Yuan <yuanzhou@apache.org>
|
Ubuntu weekly build failed: @zhouyuan, do you happen to know the reason? I remember the main branch has a similar issue before your fix. |
|
@philo-he IIRC the issue is from velox side, in their setup script will try to build arrow but cmake file is not correct, in my fix I was using gluten local build arrow script |
Thank you so much for the fix! Do we also need to fix the main branch to replace gluten/ep/build-velox/src/get-velox.sh Line 68 in 302e086 |
Signed-off-by: Yuan <yuanzhou@apache.org>
d8536fc to
268f9f3
Compare
What changes are proposed in this pull request?
Backport three PRs. The last two PRs are also required for fixing CI failures.
Yuan helped fix another issue related to unexpectedly building Arrow in Velox setup script: #12611
How was this patch tested?
CI.
Was this patch authored or co-authored using generative AI tooling?
No.