aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLev Stipakov2021-11-24 12:08:38 +0200
committerGert Doering2021-12-05 19:01:25 +0100
commite832658a6d7a78c97fc53a78faeda31419583529 (patch)
tree74bcaa371cccc36c25a8e5ecc2bd10b01cc11602 /.github
parent041c23595501f9db47b99443fef6d8863a92ab0d (diff)
downloadopenvpn-e832658a6d7a78c97fc53a78faeda31419583529.zip
openvpn-e832658a6d7a78c97fc53a78faeda31419583529.tar.gz
vcpkg/pkcs11-helper: compatibility with latest vcpkg
Starting from commit 21b2dbd3 "[scripts-audit] nmake buildsystem" vcpkg has removed NO_DEBUG support from nmake buildsystem and now builds debug variant unconditionally. Debug flags contradict build options hardcoded in pkcs11 nmake script (like /O2). Remove hardcoded release options and other options which are (also) set by vcpkg nmake buildsystem. Bump vcpkg commit in GitHub actions. Signed-off-by: Lev Stipakov <lev@openvpn.net> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20211124100838.861-1-lstipakov@gmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23253.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 69e0b2f..e5a4e85 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -239,7 +239,7 @@ jobs:
- name: Restore artifacts, or run vcpkg, build and cache artifacts
uses: lukka/run-vcpkg@v7.4
with:
- vcpkgGitCommitId: '71422c627264daedcbcd46f01f1ed0dcd8460f1b'
+ vcpkgGitCommitId: 'a2fcb03749ff5897b5985092934dc6057680c789'
vcpkgArguments: 'openssl lz4 lzo pkcs11-helper tap-windows6'
vcpkgTriplet: '${{ matrix.triplet }}-windows-ovpn'
cleanAfterBuild: false