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 step 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
