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/13 22:14:07 UTC

[commons-crypto] branch master updated: Find is slow

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 ff00285  Find is slow
ff00285 is described below

commit ff002857dc463fe40972034138a7fae9dd6de4ef
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jun 13 23:14:01 2022 +0100

    Find is slow
---
 .github/workflows/maven_win.yml | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/.github/workflows/maven_win.yml b/.github/workflows/maven_win.yml
index 862825a..9dd3654 100644
--- a/.github/workflows/maven_win.yml
+++ b/.github/workflows/maven_win.yml
@@ -54,18 +54,19 @@ jobs:
         java-version: ${{ matrix.java }}
     - name: OpenSSL version
       run: openssl version
-    - name: Find missing file
-      run: |
-        c:
-        cd \
-        dir
-        ruby -rfind -e "Find.find('.').each{|x| puts x if x.include? 'openssl'}"
-        d:
-        cd \
-        dir
-        ruby -rfind -e "Find.find('.').each{|x| puts x if x.include? 'openssl'}"
-        set
+    # - name: Find missing file
+    #   run: |
+    #     c:
+    #     cd \
+    #     dir
+    #     ruby -rfind -e "Find.find('.').each{|x| puts x if x.include? 'openssl'}"
+    #     d:
+    #     cd \
+    #     dir
+    #     ruby -rfind -e "Find.find('.').each{|x| puts x if x.include? 'openssl'}"
+    #     set
     - name: Build with Maven
       run: |
+        set
         set OPENSSL_HOME "C:\Miniconda\pkgs\openssl-1.1.1n-h2bbff1b_0\Library"
         mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false