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 ab048edf See if can get further
ab048edf is described below

commit ab048edf6e314ae05c1c892375a7aab80153d709
Author: Sebb <s...@apache.org>
AuthorDate: Sat Nov 4 15:21:20 2023 +0000

    See if can get further
---
 .github/workflows/maven_adhoc.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven_adhoc.yml 
b/.github/workflows/maven_adhoc.yml
index 3403ae03..ace5841d 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -64,16 +64,16 @@ jobs:
         OPENSSL_HOME: "C:\\Miniconda\\Library"
         LIB: "C:\\Program Files\\OpenSSL"
       run: |
-        mvn clean test -B -V -ntp -DtrimStackTrace=false 
-D"jni.library.path=$env:LIB" -D"jna.library.path=$env:LIB"
+        mvn clean test -B -V -ntp -DtrimStackTrace=false 
-D"jni.library.path=$env:LIB" -D"jna.library.path=$env:LIB" 
-D"commons.crypto.debug=true"  -D"commons.crypto.openssl.check=skip"
     - name: JNA test
       if: always()
       env:
         LIB: "C:\\Program Files\\OpenSSL"
       run: |
-        mvn -q exec:java 
-D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna" 
-Dcommons.crypto.debug -D"jna.library.path=$env:LIB"
+        mvn -q exec:java 
-D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna" 
-D"commons.crypto.debug=true" -D"jna.library.path=$env:LIB"
     - name: JNI test
       if: always()
       env:
         LIB: "C:\\Program Files\\OpenSSL"
       run: |
-        mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.Crypto" 
-Dcommons.crypto.debug -D"jni.library.path=$env:LIB"
+        mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.Crypto" 
-D"commons.crypto.debug=true" -D"jni.library.path=$env:LIB"

Reply via email to