Perl-Toolchain-Gang / ExtUtils-MakeMaker

Perl module to make Makefiles and build modules (what backs Makefile.PL)
https://metacpan.org/release/ExtUtils-MakeMaker
65 stars 77 forks source link

ci: Add system wide safe.directory #430

Closed perlpunk closed 1 year ago

perlpunk commented 1 year ago

Apparently there is no user git config as with --global we get:

error: could not lock config file /home/runneradmin/.gitconfig: No such file or directory

It shouldn't hurt to use --system here.

Fixes #428

demerphq commented 1 year ago

Nice catch. ill close my PR in favour of this one.

demerphq commented 1 year ago

Nice. that worked. ill wait for the appveyor stuff to finish and then merge it

demerphq commented 1 year ago

Thanks a lot @perlpunk merged!

haarg commented 1 year ago

This should probably just use * for the directory. There isn't any reason to distrust git repos in CI.

demerphq commented 1 year ago

@haarg patches welcome.