jfclere commented on code in PR #26:
URL: https://github.com/apache/tomcat-native/pull/26#discussion_r2132055363


##########
.github/workflows/makefile.yml:
##########
@@ -0,0 +1,88 @@
+name: Makefile CI
+
+on:
+  push:
+    branches: [ "trunk" ]
+  pull_request:
+    branches: [ "trunk" ]
+
+env:
+  OPENSSL_VERSION: 3.5.0
+  APR_VERSION: 1.7.6
+  NASM_VERSION: 2.16.03
+
+jobs:
+  build:
+    strategy:
+      fail-fast: false
+      matrix:
+        include:
+          - name: Default
+            triplet: x64-windows
+            arch: x64
+            build-arch: X64

Review Comment:
   call "C:\Program Files\Microsoft Visual 
Studio\2022\Community\Common7\Tools\VsDevCmd.bat" -arch=X64
   gives:
   ERROR: Invalid host architecture 'X64'.
   [ERROR:winsdk.bat] Host architecture is not valid : 'X64'
   
   that is why 2 are used.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to