Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75c4da6

Browse files
authored
Update cmake to 3.31 (#82)
CMake 3.27+ removes path length restriction that source_path_length must be less than debuginfo_path_length for RPM packaging.
1 parent c0410fa commit 75c4da6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/rockylinux9/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ RUN curl -Ls https://github.com/ninja-build/ninja/archive/refs/tags/v1.10.2.zip
148148

149149
# install cmake
150150
RUN if [ "$(uname -m)" == "aarch64" ]; then \
151-
CMAKE_SHA256="4a750db7becfa426a37f702fa87267e836dda6720f2b768e31828f4cb5e2e24b"; \
151+
CMAKE_SHA256="e0f74862734c2d14ef8ac5a71941691531db0bbebee0a9c20a8e96e8a97390f9"; \
152152
else \
153-
CMAKE_SHA256="b1dfd11d50e2dfb3d18be86ca1a369da1c1131badc14b659491dd42be1fed704"; \
153+
CMAKE_SHA256="0fcb338b4515044f9ac77543550ac92c314c58f6f95aafcac5cd36aa75db6924"; \
154154
fi && \
155-
curl -Ls https://github.com/Kitware/CMake/releases/download/v3.26.1/cmake-3.26.1-$(uname -s)-$(uname -m).tar.gz -o cmake.tar.gz && \
155+
curl -Ls https://github.com/Kitware/CMake/releases/download/v3.31.0/cmake-3.31.0-$(uname -s)-$(uname -m).tar.gz -o cmake.tar.gz && \
156156
echo "${CMAKE_SHA256} cmake.tar.gz" > cmake-sha.txt && \
157157
sha256sum --quiet -c cmake-sha.txt && \
158158
mkdir cmake && \

0 commit comments

Comments
 (0)