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 2022/06/30 11:59:55 UTC

[commons-crypto] branch master updated: Where is everyone?

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 7995350  Where is everyone?
7995350 is described below

commit 79953504842c07be55a60e47b1a177515ef9f10e
Author: Sebb <se...@apache.org>
AuthorDate: Thu Jun 30 12:59:49 2022 +0100

    Where is everyone?
---
 .github/workflows/adhoctest.yml | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/.github/workflows/adhoctest.yml b/.github/workflows/adhoctest.yml
index 24c856e..bf5f38e 100644
--- a/.github/workflows/adhoctest.yml
+++ b/.github/workflows/adhoctest.yml
@@ -64,16 +64,20 @@ jobs:
       if: always()
       run: |
         for i in $(which -a openssl) ; do  echo $i; $i version ; echo ""; done
-    - name: Find Crypto Libraries
+    - name: env sort
       if: always()
       run: |
-        ls -l /usr/lib/libcrypto*.dylib
-    - name: Find Crypto Libraries
-      if: always()
-      run: |
-        ls -l /usr/local/lib/libcrypto*.dylib
-    - name: Find Crypto Libraries
-      if: always()
-      run: |
-        ls -l /opt/local/lib/libcrypto*.dylib
-        find 2>/dev/null /opt/local/lib -name libcrypto*.dylib -ls
\ No newline at end of file
+        env | sort
+    # - name: Find Crypto Libraries
+    #   if: always()
+    #   run: |
+    #     ls -l /usr/lib/libcrypto*.dylib
+    # - name: Find Crypto Libraries
+    #   if: always()
+    #   run: |
+    #     ls -l /usr/local/lib/libcrypto*.dylib
+    # - name: Find Crypto Libraries
+    #   if: always()
+    #   run: |
+    #     ls -l /opt/local/lib/libcrypto*.dylib
+    #     find 2>/dev/null /opt/local/lib -name libcrypto*.dylib -ls
\ No newline at end of file