]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
vcpkg: request "tools" feature of openssl for MSVC build
authorFrank Lichtenheld <frank@lichtenheld.com>
Thu, 30 Mar 2023 10:15:36 +0000 (12:15 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 30 Mar 2023 10:55:07 +0000 (12:55 +0200)
We need this for the MSI build. Previously this was enabled
by default.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Lev Stipakov <lstipakov@gmail.com>
Message-Id: <20230330101536.533080-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26561.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
.github/workflows/build.yaml
src/openvpn/vcpkg.json

index 69716630a7878be6fa3a090ab826eee62cb6be0d..0f352dcde1fab0a7585efa8c2ae626f261e333a5 100644 (file)
@@ -444,7 +444,7 @@ jobs:
       - name: Restore artifacts, or setup vcpkg (do not install any package)
         uses: lukka/run-vcpkg@v10
         with:
-          vcpkgGitCommitId: 'cafd398be781144787573ca78390e951673c7055'
+          vcpkgGitCommitId: 'd10d511f25620ca0f315cd83dcef6485efc63010'
           appendedCacheKey: '${{matrix.triplet}}'
 
       - name: Run MSBuild consuming vcpkg.json
index 806456770fd132868b1f26eaff4ec5b1c1ff33d2..0afd802cefc79dd0248e3d043e801d81a1d8e620 100644 (file)
@@ -3,7 +3,10 @@
   "name": "openvpn",
   "version": "2.6",
   "dependencies": [
-    "openssl",
+     {
+       "name": "openssl",
+       "features": ["tools"]
+     },
     "tap-windows6",
     "lzo",
     "lz4",