perl: avoid file differences caused by .git_patch

This commit is contained in:
Connor Olding 2022-10-12 08:42:55 -07:00
parent c98b2c0fa5
commit 99b95a5155

View File

@ -11,7 +11,7 @@ ARG PERLTIDY_SHA256=50496a6952904ef28f495919fc0a67801a63c87779c61308ce1ca5b32467
RUN --mount=type=cache,id=common,target=/media/common,sharing=locked \
--mount=type=tmpfs,target=/tmp : \
&& acquire from=github repo=Perl/perl5 dest=/perl env=PERL \
&& acquire from=github repo=G4Vi/perl5 dest=/perl env=PERL \
\
&& name=perltidy \
&& remote_fn="Perl-Tidy-$PERLTIDY_VERSION.tar.gz" \