This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 c96b3428f Remove debug steps from workflow and fix issue
c96b3428f is described below
commit c96b3428ff5cdf7c426cfc0e21c53a4e30f93d74
Author: Mark Thomas <[email protected]>
AuthorDate: Thu May 14 16:02:34 2026 +0100
Remove debug steps from workflow and fix issue
It appears that Visual Studio 2026 (18) is installed on the image.
---
.github/workflows/makefile.yml | 23 +----------------------
1 file changed, 1 insertion(+), 22 deletions(-)
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index c1e10dcfb..fd7555e59 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -43,27 +43,6 @@ jobs:
echo
"https://www.nasm.us/pub/nasm/releasebuilds/$env:NASM_VERSION/win64/nasm-$env:NASM_VERSION-win64.zip"
curl -o nasm.zip
https://www.nasm.us/pub/nasm/releasebuilds/$env:NASM_VERSION/win64/nasm-$env:NASM_VERSION-win64.zip
Expand-Archive nasm.zip -DestinationPath .
- - name: Debug VsDEvCmd.bat errors
- shell: cmd
- run: |
- echo on
- echo %CD%
- c:
- dir
- cd "C:\"
- dir
- cd "C:\Program Files\"
- dir
- cd "C:\Program Files\Microsoft Visual Studio\"
- dir
- cd "C:\Program Files\Microsoft Visual Studio\18\"
- dir
- cd "C:\Program Files\Microsoft Visual Studio\18\Enterprise\"
- dir
- cd "C:\Program Files\Microsoft Visual Studio\18\Enterprise\Common7\"
- dir
- cd "C:\Program Files\Microsoft Visual
Studio\18\Enterprise\Common7\Tools\"
- dir
- name: Build Openssl using Nmake and nasm
shell: cmd
run: |
@@ -72,7 +51,7 @@ jobs:
set PATH=%PATH%;%CD%\nasm-%NASM_VERSION%
dir %CD%\nasm-%NASM_VERSION%
cd openssl-openssl-%OPENSSL_VERSION%
- call "C:\Program Files\Microsoft Visual
Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
+ call "C:\Program Files\Microsoft Visual
Studio\18\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
C:\strawberry\perl\bin\perl Configure no-shared VC-WIN64A
--prefix=C:\OPENSSL
nmake
nmake install
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]