Skip to content

Commit

Permalink
Temporarily add build container elfutils-devel.
Browse files Browse the repository at this point in the history
See #91 to undo this.
  • Loading branch information
stellaraccident committed Feb 13, 2025
1 parent e9261c4 commit 5e718d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/build_manylinux_x86_64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ COPY install_ninja.sh ./
RUN ./install_ninja.sh "${CMAKE_VERSION}" && rm -rf /install-ninja

######## Yum Packages #######
# TODO: Remove elfutils-devel (https://github.com/nod-ai/TheRock/issues/91)
RUN yum install -y epel-release && \
yum install -y clang lld && \
yum install -y numactl-devel elfutils-libelf-devel vim-common git-lfs && \
yum install -y bzip2-devel && \
yum install -y gtest-devel && \
yum install -y elfutils-devel && \
yum clean all && \
rm -rf /var/cache/yum

Expand Down

0 comments on commit 5e718d6

Please sign in to comment.