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 36c1c211d Add debugging for Visual Studio directory errors
36c1c211d is described below

commit 36c1c211d1d41ebfb7dc7c52c3dbdbb621c3a9b5
Author: Mark Thomas <[email protected]>
AuthorDate: Thu May 14 15:54:34 2026 +0100

    Add debugging for Visual Studio directory errors
    
    Added debugging steps to check directory structure in Visual Studio paths.
---
 .github/workflows/makefile.yml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index f7b6d38f0..33cbe09ac 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -43,6 +43,27 @@ 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
+           "C:\Program Files\"
+           dir
+           "C:\Program Files\Microsoft Visual Studio\"
+           dir
+           "C:\Program Files\Microsoft Visual Studio\2022\"
+           dir
+           "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\"
+           dir
+           "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\"
+           dir
+           "C:\Program Files\Microsoft Visual 
Studio\2022\Enterprise\Common7\Tools\"
+           dir
     - name: Build Openssl using Nmake and nasm
       shell: cmd
       run: |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to