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 9e45823d Revert "Try to trace Windows crash"
9e45823d is described below
commit 9e45823d5d0c8b8552afc773e72b13108774317f
Author: Sebb <[email protected]>
AuthorDate: Mon Nov 6 23:42:22 2023 +0000
Revert "Try to trace Windows crash"
This reverts commit 9e70ff0b0be8b57ce74e3f936c6377f6bd561bee.
---
.github/workflows/maven.yml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b3639811..922ee1d0 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -40,8 +40,7 @@ jobs:
strategy:
matrix:
# macos-latest and ubuntu-latest uses OpenSSL 3 which breaks tests
- # os: [macos-11, ubuntu-20.04, windows-latest]
- os: [windows-latest]
+ os: [macos-11, ubuntu-20.04, windows-latest]
# These names are used in conditional statements below.
java: [ 8, 11, 17, 21 ]
experimental: [false]
@@ -121,7 +120,7 @@ jobs:
OPENSSL_HOME: "C:\\Miniconda\\Library"
NAME: "libcrypto-1_1-x64"
run: |
- 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"
+ 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"
- name: Build with Maven (not Windows)
if: ${{ matrix.os != 'windows-latest' }}
run: |