perl-actions / install-with-cpanm

GitHub action to install Perl Modules using App::cpanm
14 stars 3 forks source link

Older versions of the container don't seem to support submodules? #8

Closed manchicken closed 2 years ago

manchicken commented 3 years ago

Reference: https://github.com/net-amqp-rabbitmq/net-amqp-rabbitmq/runs/3785990895?check_suite_focus=true

It looks like submodules aren't supported in older versions, and I’m guessing that this is because git is missing from the older versions. Anything older than 5.24 (inclusive) doesn’t seem like it plays nice with submodules, and it looks like that’s just because there’s no git executable in $PATH.

manchicken commented 3 years ago

I suspect this is related to this: https://github.com/Perl/docker-perl-tester/issues/19

oalders commented 2 years ago

Closed via https://github.com/Perl/docker-perl-tester/issues/19