Update CMake version to 3.28.6

This commit is contained in:
Zion Nimchuk
2025-03-30 22:01:01 -07:00
parent 0b55bbfa62
commit 02b3a94c11
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ RUN \
rm ./*.deb
# Setup newer CMake
ENV CMAKEVER=3.26.3
ENV CMAKEVER=3.28.6
RUN \
curl -sSfLO https://github.com/Kitware/CMake/releases/download/v${CMAKEVER}/cmake-${CMAKEVER}-linux-aarch64.sh && \
sh cmake-${CMAKEVER}-linux-aarch64.sh --prefix=/usr --skip-license && \

View File

@@ -43,7 +43,7 @@ RUN \
rm ./*.deb
# Setup newer CMake
ENV CMAKEVER=3.26.3
ENV CMAKEVER=3.28.6
RUN \
curl -sSfLO https://github.com/Kitware/CMake/releases/download/v${CMAKEVER}/cmake-${CMAKEVER}-linux-x86_64.sh && \
sh cmake-${CMAKEVER}-linux-x86_64.sh --prefix=/usr --skip-license && \