File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ RUN ./install_ninja.sh "${CMAKE_VERSION}" && rm -rf /install-ninja
4141
4242# ####### Yum Packages #######
4343# TODO: Remove elfutils-devel (https://github.com/nod-ai/TheRock/issues/91)
44- # TODO: Remove libatomic-static ()
44+ # TODO: Figure out why gcc-toolset-12-libatomic-devel doesn't install with the
45+ # rest of the dev toolset.
4546RUN yum install -y epel-release && \
46- yum install -y clang lld && \
47+ yum install -y gcc-toolset-12-libatomic-devel && \
4748 yum install -y numactl-devel elfutils-libelf-devel vim-common git-lfs && \
4849 yum install -y bzip2-devel && \
4950 yum install -y gtest-devel && \
5051 yum install -y elfutils-devel && \
51- yum install -y libatomic-static && \
5252 yum clean all && \
5353 rm -rf /var/cache/yum
5454
You can’t perform that action at this time.
0 commit comments