From: W.C.A. Wijngaards Date: Thu, 24 Jun 2021 16:17:51 +0000 (+0200) Subject: Analysis workflow, set up Configure. X-Git-Tag: release-1.13.2rc1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=341198b5d70c242b26efebd60da6d3971dcea418;p=thirdparty%2Funbound.git Analysis workflow, set up Configure. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index e437f996a..98e1af7a3 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -250,19 +250,11 @@ jobs: cd .. export prepath=`pwd` echo prepath=${prepath} - echo "yum -y install perl-CPAN" - yum -y install perl-CPAN - echo "yum -y install Pod::Usage" - yum -y install Pod::Usage - echo "cpan Pod::Usage" - cpan Pod::Usage - #echo "curl cpanm" - #curl -L -k -s -S -o cpanm https://cpanmin.us/ - #echo "perl cpanm ExtUtils::Manifest" - #perl cpanm ExtUtils::Manifest - #echo "perl cpanm Pod::Usage" - #perl cpanm Pod::Usage - #mkdir openssl + echo "curl cpanm" + curl -L -k -s -S -o cpanm https://cpanmin.us/ + echo "perl cpanm Pod::Usage" + perl cpanm Pod::Usage || echo whatever + mkdir openssl echo "curl openssl" curl -L -k -s -S -o openssl-1.1.1j.tar.gz https://www.openssl.org/source/openssl-1.1.1j.tar.gz tar xzf openssl-1.1.1j.tar.gz