This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e70ff0b Try to trace Windows crash
9e70ff0b is described below

commit 9e70ff0b0be8b57ce74e3f936c6377f6bd561bee
Author: Sebb <[email protected]>
AuthorDate: Mon Nov 6 23:33:06 2023 +0000

    Try to trace Windows crash
---
 .github/workflows/maven.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 922ee1d0..b3639811 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -40,7 +40,8 @@ jobs:
     strategy:
       matrix:
         # macos-latest and ubuntu-latest uses OpenSSL 3 which breaks tests
-        os: [macos-11, ubuntu-20.04, windows-latest]
+        # os: [macos-11, ubuntu-20.04, windows-latest]
+        os: [windows-latest]
         # These names are used in conditional statements below.
         java: [ 8, 11, 17, 21 ]
         experimental: [false]
@@ -120,7 +121,7 @@ jobs:
         OPENSSL_HOME: "C:\\Miniconda\\Library"
         NAME: "libcrypto-1_1-x64"
       run: |
-        mvn -V -B -ntp -DtrimStackTrace=false -D"jni.library.name=$env:NAME" 
-D"commons.crypto.OpenSslNativeJna=$env:NAME" 
-D"commons.crypto.openssl.check=$env:CHECK_SKIP"
+        mvn -V -B -ntp -DtrimStackTrace=false -D"jni.library.namexx=$env:NAME" 
-D"commons.crypto.OpenSslNativeJna=$env:NAME" 
-D"commons.crypto.openssl.check=$env:CHECK_SKIP"
     - name: Build with Maven (not Windows)
       if: ${{ matrix.os != 'windows-latest' }}
       run: |

Reply via email to