CMake download from shstk

This commit is contained in:
2026-05-07 16:19:13 +03:00
parent 20a6e43644
commit d203d1d4d0
6 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ RUN unzip -o opencl_win.zip -d /soft/windows \
# last cmake from sources, into /opt
ENV CUR_CMAKE_VERSION=3.31.3
RUN wget -nv https://github.com/Kitware/CMake/releases/download/v${CUR_CMAKE_VERSION}/cmake-${CUR_CMAKE_VERSION}-Linux-x86_64.sh \
RUN wget -nv https://shstk.ru/files/cmake-${CUR_CMAKE_VERSION}-Linux-x86_64.sh \
&& mkdir -p /opt/cmake \
&& bash ./cmake-${CUR_CMAKE_VERSION}-Linux-x86_64.sh --skip-license --prefix=/opt/cmake \
&& rm -rf /soft/cmake-${CUR_CMAKE_VERSION}-Linux-x86_64.sh