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 e6e6f140 Does debug cause a fail?
e6e6f140 is described below

commit e6e6f1405099e81f0aafe8737f516f7848ad7be2
Author: Sebb <[email protected]>
AuthorDate: Sat Nov 4 23:27:07 2023 +0000

    Does debug cause a fail?
---
 .github/workflows/maven_adhoc.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven_adhoc.yml 
b/.github/workflows/maven_adhoc.yml
index 144afbaf..50714b96 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -64,7 +64,7 @@ jobs:
         OPENSSL_HOME: "C:\\Miniconda\\Library"
         LIB: "C:\\Program Files\\OpenSSL\\lib"
       run: |
-        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"
+        mvn clean test -B -V -ntp -DtrimStackTrace=false 
-D"jni.library.path=$env:LIB" -D"jna.library.path=$env:LIB" 
-D"commons.crypto.openssl.check=skip"
     - name: JNA test
       if: always()
       env:

Reply via email to