This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/main by this push:
new ca8a78b2f OCSP is always enabled
ca8a78b2f is described below
commit ca8a78b2fa3c3a178d6d1103279fdb02c93384bc
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Dec 16 18:28:51 2025 +0000
OCSP is always enabled
---
.github/workflows/makefile.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index f43c85197..dea6ead22 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -81,7 +81,7 @@ jobs:
call "C:\Program Files\Microsoft Visual
Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
cd native
echo "Building for ${{ matrix.build-arch }}"
- nmake -f NMAKEmakefile CPU=${{ matrix.build-arch }}
WITH_APR=C:\APR WITH_OPENSSL=C:\OPENSSL APR_DECLARE_STATIC=1 STATIC_CRT=Hybrid
OPENSSL_NEW_LIBS=1 ENABLE_OCSP=1
+ nmake -f NMAKEmakefile CPU=${{ matrix.build-arch }}
WITH_APR=C:\APR WITH_OPENSSL=C:\OPENSSL APR_DECLARE_STATIC=1 STATIC_CRT=Hybrid
OPENSSL_NEW_LIBS=1
- uses: actions/upload-artifact@v4
with:
name: windows-artifact
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]