Smallfu666 opened a new pull request, #12630: URL: https://github.com/apache/gluten/pull/12630
## What changes are proposed in this pull request? Fix `process_setup_ubuntu()` to remove Velox's Arrow installation step from `scripts/setup-ubuntu.sh` instead of `scripts/setup-centos9.sh`. The previous target left Ubuntu's setup script unchanged, so Velox could unexpectedly build its own Arrow and fail while resolving `Boost::process` for `arrow_testing_objlib`. Fixes #12611. ## How was this patch tested? - `bash -n ep/build-velox/src/get-velox.sh` - `git diff --check` - Compared the Ubuntu setup handling with the merged branch-1.7 fix in #12600 The full Velox dependency build was not run locally. ## Was this patch authored or co-authored using generative AI tooling? Generated-by: OpenAI Codex (GPT-5.6 and GPT-5.4-mini) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
