You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/16 18:42:37 UTC

[GitHub] [arrow] kszucs commented on a diff in pull request #13167: MINOR: [CI] Fix centos cmake path

kszucs commented on code in PR #13167:
URL: https://github.com/apache/arrow/pull/13167#discussion_r874048549


##########
ci/docker/centos-7-cpp.dockerfile:
##########
@@ -30,7 +30,7 @@ RUN yum install -y \
 
 ARG cmake=3.23.1
 RUN wget -nv -O - https://github.com/Kitware/CMake/releases/download/v${cmake}/cmake-${cmake}-Linux-x86_64.tar.gz | tar -xzf - -C /opt

Review Comment:
   @assignUser could you perhaps update the install setup to place it under `/opt/cmake-${cmake}` instead, so the path is always correct regardless the cmake version?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org