File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -389,16 +389,17 @@ jobs:
389389 # cpanm --local-lib=~/perl5 local::lib
390390 # eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
391391 # echo $PERL_MB_OPT
392- brew uninstall --ignore-dependencies openssl@1.1
392+ # brew uninstall --ignore-dependencies openssl@1.1
393393 curl https://raw.githubusercontent.com/Homebrew/homebrew-core/ffa0f6655cbbbecaafb5334cefaae4c3eb1ffb8a/Formula/openssl%401.1.rb -o openssl\@1.1.rb
394394 #cat ./openssl\@1.1.rb
395- brew install --build-from-source ./openssl\@1.1.rb
395+ # brew install --build-from-source ./openssl\@1.1.rb
396396 $CELL/bin/cpanm Crypt::CBC@2.33
397397 $CELL/bin/cpanm Crypt::Blowfish
398- export OPENSSL_PREFIX=`brew --prefix openssl@1.1`
399- echo $OPENSSL_PREFIX
400- export LIBS="-d=$OPENSSL_PREFIX"
401- $CELL/bin/cpanm --configure-args=$LIBS Filter::Crypto::Decrypt
398+ # export OPENSSL_PREFIX=`brew --prefix openssl@1.1`
399+ # echo $OPENSSL_PREFIX
400+ # export LIBS="-d=$OPENSSL_PREFIX"
401+ # $CELL/bin/cpanm --configure-args=$LIBS Filter::Crypto::Decrypt
402+ $CELL/bin/cpanm Filter::Crypto::Decrypt
402403 $CELL/bin/cpanm JSON
403404 $CELL/bin/cpanm Date::Manip
404405 # force requires after 1/1/2020 ?
You can’t perform that action at this time.
0 commit comments