Skip to content
Snippets Groups Projects
Commit 12f9dcd7 authored by calrama's avatar calrama
Browse files

[centos,windows] update cmake to 3.19.4

parent 898b21ee
No related branches found
No related tags found
No related merge requests found
Pipeline #35111 failed
...@@ -35,7 +35,7 @@ ADD bash/toolchain.sh /etc/profile.d/toolchain.sh ...@@ -35,7 +35,7 @@ ADD bash/toolchain.sh /etc/profile.d/toolchain.sh
ADD bash/ld-library-path.sh /etc/profile.d/ld-library-path.sh ADD bash/ld-library-path.sh /etc/profile.d/ld-library-path.sh
# CMake # CMake
RUN version=3.18.4 && \ RUN version=3.19.4 && \
yum install -y \ yum install -y \
curl-devel \ curl-devel \
expat-devel \ expat-devel \
......
...@@ -13,7 +13,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl ...@@ -13,7 +13,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
$env:chocolateyUseWindowsCompression = 'true'; \ $env:chocolateyUseWindowsCompression = 'true'; \
Invoke-Expression ((New-Object Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')); \ Invoke-Expression ((New-Object Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')); \
Must-Run choco install -y dotnetfx --version 4.7.2.20180712; \ Must-Run choco install -y dotnetfx --version 4.7.2.20180712; \
Must-Run choco install -y cmake --version 3.18.0 --installargs "ADD_CMAKE_TO_PATH=System"; \ Must-Run choco install -y cmake --version 3.19.4 --installargs "ADD_CMAKE_TO_PATH=System"; \
Must-Run choco install -y kitware-ninja --version 1.8.2.8127911; \ Must-Run choco install -y kitware-ninja --version 1.8.2.8127911; \
Must-Run choco install -y \ Must-Run choco install -y \
git \ git \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment