Skip to content

Commit 9a9301f

Browse files
committed
generate.pl: temporarily disable tests for Net-SSLeay install
1 parent 32e6551 commit 9a9301f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ =head1 DESCRIPTION
341341
&& perl bin/cpanm . && cd /root \
342342
&& curl -fLO '{{netssleay_dist_url}}' \
343343
&& echo '{{netssleay_dist_sha256}} *{{netssleay_dist_name}}.tar.gz' | sha256sum --strict --check - \
344-
&& cpanm --from $PWD {{netssleay_dist_name}}.tar.gz \
344+
&& cpanm --notest --from $PWD {{netssleay_dist_name}}.tar.gz \
345345
&& curl -fLO '{{iosocketssl_dist_url}}' \
346346
&& echo '{{iosocketssl_dist_sha256}} *{{iosocketssl_dist_name}}.tar.gz' | sha256sum --strict --check - \
347347
&& SSL_CERT_DIR=/etc/ssl/certs cpanm --from $PWD {{iosocketssl_dist_name}}.tar.gz \

0 commit comments

Comments
 (0)