Skip to content

Commit ed52ad6

Browse files
author
Marcin Przepiorowski
committed
debug build issue
1 parent 2e2c5e1 commit ed52ad6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/develop.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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 ?

0 commit comments

Comments
 (0)