-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
335 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -319,10 +319,11 @@ jobs: | |
brew install [email protected] | ||
$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 ? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -379,7 +379,6 @@ jobs: | |
#brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/8ff2935985d6da4f2f463ea2666545e6017c4d54/Formula/perl.rb | ||
#brew install pioro/repo/[email protected] | ||
#brew install cpanminus | ||
#CELL=`brew --prefix pioro/repo/[email protected]` | ||
CELL=`brew --prefix perl` | ||
#export PATH=$CELL/bin:$PATH | ||
|
@@ -390,13 +389,17 @@ jobs: | |
# cpanm --local-lib=~/perl5 local::lib | ||
# eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) | ||
# echo $PERL_MB_OPT | ||
brew install [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 | ||
$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 ? | ||
|
@@ -415,6 +418,12 @@ jobs: | |
$CELL/bin/cpanm PAR::Packer | ||
$CELL/bin/cpanm List::MoreUtils::PP | ||
- name: Check log | ||
if: failure() | ||
run: | | ||
cat /Users/runner/.cpanm/work/*/build.log | ||
- name: Compile | ||
run: | | ||
#CELL=`brew --prefix pioro/repo/[email protected]` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.