[VL][INFRA] Fix docker build error on Centos-7#10522
Merged
philo-he merged 1 commit intoapache:mainfrom Aug 25, 2025
Merged
Conversation
Member
Author
|
@zhouyuan, could you take a look? |
zhouyuan
approved these changes
Aug 25, 2025
Closed
16 tasks
zhouyuan
pushed a commit
to zhouyuan/gluten
that referenced
this pull request
Aug 28, 2025
zhouyuan
added a commit
that referenced
this pull request
Aug 28, 2025
…10576) * [VL][INFRA] Fix docker build error on Centos-7 (#10522) * [TEST][VL] Reinclude "cast string to timestamp" test (#10532) * [GLUTEN-10552][VL] Fix openEuler compiling issue (#10564) This patch adds a extra gcc flag -Wno-restrict to workaround the openeuler compiling issue Velox did added this for gcc-12.2.1 however openeuler is using gcc-12.3.1 https://github.com/facebookincubator/velox/blob/main/CMakeLists.txt#L408 fixes: #10552 --------- Signed-off-by: Yuan <yuanzhou@apache.org> --------- Signed-off-by: Yuan <yuanzhou@apache.org> Co-authored-by: PHILO-HE <philo@apache.org>
zml1206
pushed a commit
to zml1206/gluten
that referenced
this pull request
Sep 12, 2025
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?
Fix docker build error. This PR will install git 2.27.0, which can still meet the minimum version requirement 2.7.4.
https://github.com/apache/incubator-gluten/actions/runs/17193209331/job/48789710380
How was this patch tested?
Local test.