Skip to content

Commit

Permalink
Try installing cmake on Linux packages
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jan 22, 2025
1 parent 0d37aca commit fb44d93
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ RUN \
brotli-devel \
bzip2-devel \
ccache \
cmake3 \
curl-devel \
flex \
gflags-devel \
Expand All @@ -75,6 +74,10 @@ RUN \
zlib-devel && \
yum clean ${quiet} all

ARG cmake=3.25.0
COPY ../../../../../ci/scripts/install_cmake.sh /arrow/ci/scripts/
RUN /arrow/ci/scripts/install_cmake.sh ${cmake} /usr/local/

ENV \
BOOST_INCLUDEDIR=/usr/include/boost169 \
BOOST_LIBRARYDIR=/usr/lib64/boost169

0 comments on commit fb44d93

Please sign in to comment.