[Openvpn-devel] GitHub Actions: fix MSVC builds

Message ID 20210726223920.144-1-lstipakov@gmail.com
State Accepted
Headers show
Series [Openvpn-devel] GitHub Actions: fix MSVC builds | expand

Commit Message

Lev Stipakov July 26, 2021, 12:39 p.m. UTC
From: Lev Stipakov <lev@openvpn.net>

By reasons remain unknown, MSVC GitHub Actions
started to fail after some irrelevant change.

While problem is also reproduced on my GitHub fork,
I couldn't reproduce it locally. Despiteadding
debug logging to GitHub Actions it is not clear
what went wrong:

 ##[debug]Exit code '3221225477' received from command
 '"D:\a\openvpn\openvpn\vcpkg\vcpkg.exe"'

Turns out that update to a newer vcpkg commit fixed the problem.

Signed-off-by: Lev Stipakov <lev@openvpn.net>
---
 .github/workflows/build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gert Doering Aug. 1, 2021, 6:55 a.m. UTC | #1
Acked-by: Gert Doering <gert@greenie.muc.de>

I do not need to understand this... but it's basically upgrading 
build prerequisites only for GH Actions, which does not affect 
anything else = if Lev says it's good, so I believe :-)

Your patch has been applied to the master branch.

commit 852d98efbd9dde09ff6dfedac19e54aeca1feee6
Author: Lev Stipakov
Date:   Tue Jul 27 01:39:20 2021 +0300

     GitHub Actions: fix MSVC builds

     Signed-off-by: Lev Stipakov <lev@openvpn.net>
     Acked-by: Gert Doering <gert@greenie.muc.de>
     Message-Id: <20210726223920.144-1-lstipakov@gmail.com>
     URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg22678.html
     Signed-off-by: Gert Doering <gert@greenie.muc.de>


--
kind regards,

Gert Doering

Patch

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 5d7dd37b..b2c16449 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -211,7 +211,7 @@  jobs:
         with:
           vcpkgArguments: 'openssl lz4 lzo pkcs11-helper tap-windows6'
           vcpkgTriplet: '${{ matrix.triplet }}-windows-ovpn'
-          vcpkgGitCommitId: '7d472dd25830da92108eb76642c667aaa40512cb'
+          vcpkgGitCommitId: '261c458af6e3eed5d099144aff95d2b5035f656b'
           cleanAfterBuild: false
 
       - name: Build