From 53b8e1b7f54e693b310a108045785e60d391ec45 Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Mon, 28 Mar 2022 16:20:39 -0500 Subject: ci: Update commit vcpkg and CMake version Signed-off-by: Steven Koo --- .ci/docker/uhd-builder-vs2017-v141-x64.Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.ci/docker/uhd-builder-vs2017-v141-x64.Dockerfile') diff --git a/.ci/docker/uhd-builder-vs2017-v141-x64.Dockerfile b/.ci/docker/uhd-builder-vs2017-v141-x64.Dockerfile index b0b19350a..deaf4a9eb 100644 --- a/.ci/docker/uhd-builder-vs2017-v141-x64.Dockerfile +++ b/.ci/docker/uhd-builder-vs2017-v141-x64.Dockerfile @@ -15,7 +15,7 @@ RUN @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" \ -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; \ iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && \ SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" -RUN choco install -y cmake.install --installargs 'ADD_CMAKE_TO_PATH=System' --version=3.19.6 +RUN choco install -y cmake.install --installargs 'ADD_CMAKE_TO_PATH=System' --version=3.22.3 RUN choco install -y doxygen.install --version=1.9.1 RUN choco install -y git RUN choco install -y NSIS --version=3.06.1 @@ -34,9 +34,9 @@ RUN "%TEMP%\vs_buildtools.exe" --quiet --wait --norestart --noUpdateInstaller \ RUN setx VCPKG_INSTALL_DIR "c:\\vcpkg" /m RUN git clone https://github.com/microsoft/vcpkg %VCPKG_INSTALL_DIR% && \ cd %VCPKG_INSTALL_DIR% && \ - # The vcpkg git commit sets the toolchain dependenices - # This commit uses Boost 1.75 and libusb 1.0.24 - git checkout 3426db05b996481ca31e95fff3734cf23e0f51bc && \ + # The vcpkg git tag sets the toolchain dependenices + # This commit uses Boost 1.78 and libusb 1.0.24 + git checkout 2022.03.10 && \ bootstrap-vcpkg.bat # Add custom UHD vcpkg triplet COPY host/cmake/vcpkg/* c:/vcpkg/triplets/ -- cgit v1.2.3