Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perl-lwp-protocol-https fix #10317

Merged
merged 1 commit into from
Aug 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes/perl-lwp-protocol-https/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ elif [ -f Makefile.PL ]; then
# Make sure this goes in site
perl Makefile.PL INSTALLDIRS=site
make
make test # Disabled as it doesn't work on circleci but works locally (network problem probably)
#make test # Disabled as it doesn't work on circleci but works locally (network problem probably)
make install
else
echo 'Unable to find Build.PL or Makefile.PL. You need to modify build.sh.'
Expand Down
2 changes: 1 addition & 1 deletion recipes/perl-lwp-protocol-https/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source:
sha256: 522cc946cf84a1776304a5737a54b8822ec9e79b264d0ba0722a70473dbfb9e7

build:
number: 3
number: 4

requirements:
host:
Expand Down