]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Update vcpkg in Windows GitHub Actions
authorWolfgang Stöggl <c72578@yahoo.de>
Sun, 13 Mar 2022 18:21:41 +0000 (19:21 +0100)
committerWolfgang Stöggl <c72578@yahoo.de>
Mon, 14 Mar 2022 06:35:34 +0000 (07:35 +0100)
- Update vcpkg to current release 2022.03.10, commit af22873
- win32/collect_rrdtool_vcpkg_files.bat:
  lzma.dll is called liblzma.dll now

.github/workflows/ci-workflow.yml
.github/workflows/release-windows.yml
win32/collect_rrdtool_vcpkg_files.bat

index 6b4610dc21819eeb2738a0f2b20865668121ac2f..a82c17cb067cd17ae4cef69744c85a6fc6620292 100644 (file)
@@ -46,14 +46,14 @@ jobs:
         include:
           - os: windows-2019
             triplet: x64-windows
-            # https://github.com/microsoft/vcpkg/commit/50fd3d9957195575849a49fa591e645f1d8e7156
-            vcpkgCommitId: '50fd3d9957195575849a49fa591e645f1d8e7156'
+            # https://github.com/microsoft/vcpkg/commit/af2287382b1991dbdcb7e5112d236f3323b9dd7a
+            vcpkgCommitId: 'af2287382b1991dbdcb7e5112d236f3323b9dd7a'
             vcpkgPackages: 'cairo expat fontconfig freetype gettext glib libpng libxml2 pango pcre zlib'
             configuration: 'x64'
             nmake_configuration: 'USE_64BIT=1'
           - os: windows-2019
             triplet: x86-windows
-            vcpkgCommitId: '50fd3d9957195575849a49fa591e645f1d8e7156'
+            vcpkgCommitId: 'af2287382b1991dbdcb7e5112d236f3323b9dd7a'
             vcpkgPackages: 'cairo expat fontconfig freetype gettext glib libpng libxml2 pango pcre zlib'
             configuration: 'x86'
             nmake_configuration: ''
index 117ab43cb7a30734922f8fa1eebe98d7f42191a0..a543981be59098b0a5f055dc22c7a9d3ed979176 100644 (file)
@@ -25,14 +25,14 @@ jobs:
         include:
           - os: windows-2019
             triplet: x64-windows
-            # https://github.com/microsoft/vcpkg/commit/50fd3d9957195575849a49fa591e645f1d8e7156
-            vcpkgCommitId: '50fd3d9957195575849a49fa591e645f1d8e7156'
+            # https://github.com/microsoft/vcpkg/commit/af2287382b1991dbdcb7e5112d236f3323b9dd7a
+            vcpkgCommitId: 'af2287382b1991dbdcb7e5112d236f3323b9dd7a'
             vcpkgPackages: 'cairo expat fontconfig freetype gettext glib libpng libxml2 pango pcre zlib'
             configuration: 'x64'
             nmake_configuration: 'USE_64BIT=1'
           - os: windows-2019
             triplet: x86-windows
-            vcpkgCommitId: '50fd3d9957195575849a49fa591e645f1d8e7156'
+            vcpkgCommitId: 'af2287382b1991dbdcb7e5112d236f3323b9dd7a'
             vcpkgPackages: 'cairo expat fontconfig freetype gettext glib libpng libxml2 pango pcre zlib'
             configuration: 'x86'
             nmake_configuration: ''
index cdac9a88a6cd8411f17ae22c088b355c2fa8018a..b64d532dd0c4e76510ed65cf66d4b5507c2b46d7 100644 (file)
@@ -1,7 +1,7 @@
 @ echo off\r
 REM This script collects the built .exe and .dll files required for running RRDtool.\r
 REM It is supposed to be run after an MSVC build using nmake and libraries from vcpkg.\r
-REM Wolfgang Stöggl <c72578@yahoo.de>, 2017-2021.\r
+REM Wolfgang Stöggl <c72578@yahoo.de>, 2017-2022.\r
 \r
 REM Run the batch file with command line parameter x64 or x86\r
 if "%1"=="" (\r
@@ -56,7 +56,7 @@ xcopy /Y /D %base_dir%\vcpkg\installed\%1-windows\bin\iconv-2.dll %release_dir%
 xcopy /Y /D %base_dir%\vcpkg\installed\%1-windows\bin\intl-8.dll %release_dir%\r
 xcopy /Y /D %base_dir%\vcpkg\installed\%1-windows\bin\libpng16.dll %release_dir%\r
 xcopy /Y /D %base_dir%\vcpkg\installed\%1-windows\bin\libxml2.dll %release_dir%\r
-xcopy /Y /D %base_dir%\vcpkg\installed\%1-windows\bin\lzma.dll %release_dir%\r
+xcopy /Y /D %base_dir%\vcpkg\installed\%1-windows\bin\liblzma.dll %release_dir%\r
 xcopy /Y /D %base_dir%\vcpkg\installed\%1-windows\bin\pango-1.0-0.dll %release_dir%\r
 xcopy /Y /D %base_dir%\vcpkg\installed\%1-windows\bin\pangocairo-1.0-0.dll %release_dir%\r
 xcopy /Y /D %base_dir%\vcpkg\installed\%1-windows\bin\pangoft2-1.0-0.dll %release_dir%\r