-
Removing
USER
directive from Dockerfile, since it is not supported by GitHub Actions.
- Added more debug information to the output, to help diagnose the issue with the build directory.
- Attempting to correct a second bug (second attempt) by changing to
/tmp/
as build directory.
-
Attempting to correct a second bug (we got past the first one):
mkpath failed for .build: Permission denied at /home/runner/perl5/lib/perl5/Dist/Zilla/Dist/Builder.pm line 668.
When running the following command (default):
dzil test
The test step requires a build directory, which is created by the
dzil build
command, but thedzil test
.Observed in: jonasbn/perl-date-holidays/
Have added
--verbose
todzil
to get some more information on the issue.
-
Attempt a correcting bug:
Can't write to cpanm home '/github/home/.cpanm': You should fix it with chown/chmod first.
Observed in: jonasbn/perl-date-holidays/
- Bumped Ebirah requirement from version 0.8.0 to 0.9.0. Which had the core component Dist::Zilla updated from version
6.025
to6.032
. Please see change log for Ebirah.
- Bumped Ebirah requirement from version 0.7.0 to 0.8.0. Which had the core component Dist::Zilla updated from version
6.017
to6.025
. Please see change log for Ebirah.
-
Bumped Ebirah requirement from version 0.6.0 to 0.7.0. Please see Ebirah change log for details
-
This release holds a set of enhancements by @glasswalk3er via PR: #22
- Allows repositories that does not have a
cpanfile
to have their dependencies installed - Does optional configuration of the CPAN client, since it might be required by some distributions
- Changed to use of Bash, since it is available in the Docker image
- Fixed entry point so it can be tested outside GitHub eco-system
- Allows repositories that does not have a
- Initial release
- Support for very limited use of Dist::Zilla 6.014