Skip to content

[VL] Update for CI image build with recent workaround#12322

Merged
marin-ma merged 1 commit into
apache:mainfrom
zhouyuan:wip_fix_docker_build_cent7
Jun 19, 2026
Merged

[VL] Update for CI image build with recent workaround#12322
marin-ma merged 1 commit into
apache:mainfrom
zhouyuan:wip_fix_docker_build_cent7

Conversation

@zhouyuan

Copy link
Copy Markdown
Member

What changes are proposed in this pull request?

need to add changes from
3a13aef

How was this patch tested?

pass GHA

Was this patch authored or co-authored using generative AI tooling?

Signed-off-by: Yuan <yuanzhou@apache.org>
Copilot AI review requested due to automatic review settings June 19, 2026 08:12
@github-actions github-actions Bot added the BUILD label Jun 19, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Gluten’s Velox CI Docker image build inputs to incorporate a recent workaround, primarily by adjusting CentOS-based static-build images to use a pinned CMake version and applying a CentOS7 header workaround.

Changes:

  • Pin CMake installation to cmake==3.31.4 in CentOS8/CentOS9 static-build Dockerfiles (and the CentOS8 GCC13 variant).
  • Add a CentOS7 GCC13 static-build workaround by copying a socket.h header into the system include path.
  • Add perl-FindBin to the CentOS9 static-build toolchain install list.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
dev/docker/Dockerfile.centos9-static-build Adds perl-FindBin and installs pinned CMake via pip.
dev/docker/Dockerfile.centos8-static-build Installs pinned CMake via pip for CentOS8 static build.
dev/docker/Dockerfile.centos8-gcc13-static-build Pins CMake installation version via pip3.
dev/docker/Dockerfile.centos7-gcc13-static-build Adds a header-copy workaround before running vcpkg setup.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +29 to +30
dnf install -y --setopt=install_weak_deps=False gcc-toolset-12 gcc-toolset-13 perl-FindBin; \
pip install cmake==3.31.4; \
Comment on lines 31 to +32
dnf install -y --setopt=install_weak_deps=False gcc-toolset-11; \
pip install cmake==3.31.4; \
dnf -y --enablerepo=powertools install autoconf-archive ninja-build; \
pip3 install --upgrade pip; \
pip3 install cmake; \
pip3 install cmake==3.31.4; \
@marin-ma marin-ma merged commit 473a5d2 into apache:main Jun 19, 2026
59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants