Skip to content

Commit

Permalink
debug build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Przepiorowski committed Nov 10, 2023
1 parent 2e2c5e1 commit ed52ad6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,16 +389,17 @@ jobs:
# cpanm --local-lib=~/perl5 local::lib
# eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
# echo $PERL_MB_OPT
brew uninstall --ignore-dependencies [email protected]
#brew uninstall --ignore-dependencies [email protected]
curl https://raw.githubusercontent.com/Homebrew/homebrew-core/ffa0f6655cbbbecaafb5334cefaae4c3eb1ffb8a/Formula/openssl%401.1.rb -o openssl\@1.1.rb
#cat ./openssl\@1.1.rb
brew install --build-from-source ./openssl\@1.1.rb
#brew install --build-from-source ./openssl\@1.1.rb
$CELL/bin/cpanm Crypt::[email protected]
$CELL/bin/cpanm Crypt::Blowfish
export OPENSSL_PREFIX=`brew --prefix [email protected]`
echo $OPENSSL_PREFIX
export LIBS="-d=$OPENSSL_PREFIX"
$CELL/bin/cpanm --configure-args=$LIBS Filter::Crypto::Decrypt
# export OPENSSL_PREFIX=`brew --prefix [email protected]`
# echo $OPENSSL_PREFIX
# export LIBS="-d=$OPENSSL_PREFIX"
# $CELL/bin/cpanm --configure-args=$LIBS Filter::Crypto::Decrypt
$CELL/bin/cpanm Filter::Crypto::Decrypt
$CELL/bin/cpanm JSON
$CELL/bin/cpanm Date::Manip
# force requires after 1/1/2020 ?
Expand Down

0 comments on commit ed52ad6

Please sign in to comment.