[VL] Support independent Gluten CPP build#10575
Merged
zhouyuan merged 1 commit intoapache:mainfrom Aug 29, 2025
Merged
Conversation
philo-he
approved these changes
Aug 29, 2025
Member
philo-he
left a comment
There was a problem hiding this comment.
Looks good. One minor comment.
bf2f281 to
2bc0e26
Compare
Member
|
Will merge this pr today if no other comments. |
zml1206
pushed a commit
to zml1206/gluten
that referenced
this pull request
Sep 12, 2025
Currently, when using builddeps-veloxbe.sh to compile gluten cpp independently, it first fetches the velox code and installs related dependencies, so you can’t compile only gluten cpp even if velox has already been built. After this PR, running builddeps-veloxbe.sh <build_option> build_gluten_cpp will compile only gluten cpp.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes are proposed in this pull request?
Currently, when using
builddeps-veloxbe.shto compile gluten cpp independently, it first fetches the velox code and installs related dependencies, so you can’t compile only gluten cpp even if velox has already been built. After this PR, runningbuilddeps-veloxbe.sh <build_option> build_gluten_cppwill compile only gluten cpp.How was this patch tested?
CI