[CI] Install elfutils headers for DeepGEMM wheel builds (#39152)

This commit is contained in:
Baizhou Zhang
2026-09-11 17:29:40 -07:00
committed by GitHub
parent a207786205
commit 29cc9d2dc9
+2
View File
@@ -15,7 +15,9 @@ ARG PYTORCH_MIRROR=download.pytorch.org
ENV PYTHON_ROOT_PATH=/opt/python/${PYTHON_TAG}
ENV PATH=${PYTHON_ROOT_PATH}/bin:${PATH}
# DeepJIT's exception handling requires elfutils/libdwfl.h and libelf headers.
RUN yum install -y --nogpgcheck git wget tar gcc gcc-c++ make \
elfutils-devel elfutils-libelf-devel \
&& yum clean all && rm -rf /var/cache/yum
RUN set -eux; \