Skip to content

Commit

Permalink
Install boost and align cmake version.
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Jan 23, 2024
1 parent d134309 commit 66d8950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfiles/manylinux_ghr_x86_64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN yum install -y epel-release && \
yum install -y dumb-init jq && \
yum install -y ccache ninja-build clang lld && \
yum install -y capstone-devel tbb-devel libzstd-devel && \
yum install -y boost-devel && \
/actions-runner/install_actions.sh ${GH_RUNNER_VERSION} ${TARGETPLATFORM} && \
yum clean all && \
rm -rf /var/cache/yum
Expand All @@ -54,7 +55,7 @@ RUN yum install -y epel-release && \
WORKDIR /install-cmake

# Install our minimum supported CMake version, which may be ahead of apt-get's version.
ENV CMAKE_VERSION="3.28.1"
ENV CMAKE_VERSION="3.23.2"

COPY build_tools/install_cmake.sh ./
RUN ./install_cmake.sh "${CMAKE_VERSION}" && rm -rf /install-cmake
Expand Down

0 comments on commit 66d8950

Please sign in to comment.