Skip to content

Commit

Permalink
In workflow, use strawberry perl to run configure script.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Jan 17, 2024
1 parent 546062d commit 437bac3
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/analysis_ports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,19 +181,6 @@ jobs:
export LEX="win_flex"
echo 'YACC="win_bison -y"'
export YACC="win_bison -y"
echo "dir strawberry perl"
ls -l C:/Strawberry/perl
ls -l C:/Strawberry/perl/bin
echo 'PERL5LIB="/C/Strawberry/perl/site/lib:/C/Strawberry/perl/vendor/lib:/C/Strawberry/perl/lib"'
export PERL5LIB="/C/Strawberry/perl/site/lib:/C/Strawberry/perl/vendor/lib:/C/Strawberry/perl/lib"
echo "attempt perl in strawberry"
C:/Strawberry/perl/bin/perl -h
#echo "curl cpanm"
#curl -L -k -s -S -o cpanm https://cpanmin.us/
#echo "perl cpanm Locale::Maketext::Simple"
#perl cpanm Locale::Maketext::Simple
#echo "perl cpanm Pod::Usage"
#perl cpanm Pod::Usage
mkdir openssl
echo "curl openssl"
curl -L -k -s -S -o openssl-3.2.0.tar.gz https://www.openssl.org/source/openssl-3.2.0.tar.gz
Expand All @@ -203,8 +190,8 @@ jobs:
# from the Configure script
echo "Fixup ./Configure by removing use Pod::Usage require"
sed -e 's/use Pod::Usage//' < Configure > Configure.fix
echo "./Configure.fix no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix=\""$prepath/openssl\"""
./Configure.fix no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="$prepath/openssl"
echo "C:/Strawberry/perl/bin/perl ./Configure.fix no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix=\""$prepath/openssl\"""
C:/Strawberry/perl/bin/perl ./Configure.fix no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="$prepath/openssl"
# make the libs only, build faster
echo "make build_libs"
#make
Expand Down

0 comments on commit 437bac3

Please sign in to comment.