This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch crypto-174
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/crypto-174 by this push:
new 7429080e Test the new code [skip ci]
7429080e is described below
commit 7429080e752250162f109aa2b2a067b5d45e3cf2
Author: Sebb <[email protected]>
AuthorDate: Sun Nov 5 01:25:56 2023 +0000
Test the new code [skip ci]
---
.github/workflows/maven_adhoc.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven_adhoc.yml
b/.github/workflows/maven_adhoc.yml
index 15a9442d..c4acb5fc 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -64,8 +64,9 @@ jobs:
env:
OPENSSL_HOME: "C:\\Miniconda\\Library"
LIB: "C:\\Program Files\\OpenSSL\\lib"
+ NAME: "libcrypto-1_1-x64.dll"
run: |
- 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" -D"commons.crypto.debug=true"
+ mvn clean test -B -V -ntp -DtrimStackTrace=false
-D"jni.library.name=$env:NAME" -D"jna.library.path=$env:LIB"
-D"commons.crypto.openssl.check=skip" -D"commons.crypto.debug=true"
- name: JNA test
if: always()
env:
@@ -77,4 +78,4 @@ jobs:
env:
LIB: "C:\\Program Files\\OpenSSL\\lib"
run: |
- mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.Crypto"
-D"commons.crypto.debug=true" -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.name=$env:NAME"