pan3793 commented on code in PR #8257: URL: https://github.com/apache/hadoop/pull/8257#discussion_r2826808296
########## dev-support/docker/Dockerfile_rockylinux_8: ########## @@ -114,7 +114,6 @@ ENV HADOOP_SKIP_YETUS_VERIFICATION=true # Install packages ###### RUN pkg-resolver/install-maven.sh rockylinux:8 -RUN pkg-resolver/install-cmake.sh rockylinux:8 Review Comment: RockyLinux 8 YUM repo contains CMake 3.26.5, also satisfies the version requirement - 3.19 or newer ``` [chengpan@045e7222babb hadoop]$ cmake --version cmake version 3.26.5 CMake suite maintained and supported by Kitware (kitware.com/cmake). ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
