-
Notifications
You must be signed in to change notification settings - Fork 536
[GLUTEN-10599][VL] Fix Centos dev docker image build #10600
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
Conversation
Signed-off-by: Yuan <yuanzhou@apache.org>
Signed-off-by: Yuan <yuanzhou@apache.org>
58d4ed2
to
d87ac78
Compare
d87ac78
to
48c2500
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.
One minor suggestion. I have added this fix to 1.5.0 port list.
Signed-off-by: Yuan <yuanzhou@apache.org>
cad7dc0
to
b497a63
Compare
f4657c7
to
7db1a13
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.
Thanks for the fix.
dev/builddeps-veloxbe.sh
Outdated
|
||
function build_arrow { | ||
get_velox | ||
setup_dependencies |
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.
If we add them here, they will be executed two times in the following complete build at line 306.
get_velox
setup_dependencies
build_velox_backend
Can we move get_velox
into setup_dependencies
and explicitly add setup_dependencies
in dockerfile?
./dev/builddeps-veloxbe.sh --run_setup_script=ON setup_dependencies build_arrow
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.
let me add a flag to check if we need to run get_velox
Signed-off-by: Yuan <yuanzhou@apache.org>
Signed-off-by: Yuan <yuanzhou@apache.org>
* [VL] fix centos docker image build --------- Signed-off-by: Yuan <yuanzhou@apache.org>
What changes are proposed in this pull request?
This patch fixes the centos7/8 docker image build
fixes; #10602
fixes: #10599
How was this patch tested?
Pass GHA