You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2023/09/09 12:51:28 UTC

[commons-crypto] branch master updated: enable debug; change lib path

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 8923762  enable debug; change lib path
8923762 is described below

commit 8923762ade5ebf446c85412548a93cabf0f2c097
Author: Sebb <se...@apache.org>
AuthorDate: Sat Sep 9 13:51:21 2023 +0100

    enable debug; change lib path
---
 .github/workflows/adhoctest.yml | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/adhoctest.yml b/.github/workflows/adhoctest.yml
index c0863fe..68a5482 100644
--- a/.github/workflows/adhoctest.yml
+++ b/.github/workflows/adhoctest.yml
@@ -33,12 +33,13 @@ jobs:
 
     runs-on: ${{ matrix.os }}
     env:
-      LD_LIBRARY_PATH:  "/usr/local"
-      DYLD_LIBRARY_PATH:  "/usr/local"
-      ZLD_LIBRARY_PATH:  "/usr/local"
-      ZDYLD_LIBRARY_PATH:  "/usr/local"
-      DYLD:  "/usr/local"
-      DYLD_:  "/usr/local"
+      # LD_LIBRARY_PATH:  "/usr/local"
+      # DYLD_LIBRARY_PATH:  "/usr/local"
+      # ZLD_LIBRARY_PATH:  "/usr/local"
+      # ZDYLD_LIBRARY_PATH:  "/usr/local"
+      # DYLD:  "/usr/local"
+      # DYLD_:  "/usr/local"
+      commons.crypto.debug: true
     strategy:
       matrix:
         os: [macos-11, macos-12]
@@ -78,7 +79,7 @@ jobs:
     - name: Run sample OpenSslJna
       if: always()
       run: |
-        mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna" -D"jna.library.path=/Miniconda/Library/bin"
+        mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna" -D"jna.library.path=/usr/local/miniconda/lib"                                                             -D"jna.library.path=/usr/local/miniconda/lib"
     # - name: Find OpenSSL Mac
     #   if: ${{ matrix.os == 'macos-latest' }}
     #   run: |