perl: update version, fix MANIFEST

This commit is contained in:
Connor Olding 2022-10-01 04:37:34 -07:00
parent d38fded93b
commit ee289ff1ed

View File

@ -3,8 +3,8 @@
# FORK: https://github.com/G4Vi/perl5/tree/cosmo
FROM localhost/notwa-util AS downloader
ARG PERL_COMMIT=7ed252b7da0fa1fce0d3f3c87f83f67bd3d33bca
ARG PERL_SHA256=459d1d48dc9c6f36b2289e7f229aea488eb2f7e8e680dbe37925e311015350ad
ARG PERL_COMMIT=0240d1d8b66c1eabab08ea646ff2d9020b797c4d
ARG PERL_SHA256=88e4c7089e27da156b401138ec38e5ee021ecae86204ad8e635ad4186fd582ae
ARG PERLTIDY_VERSION=20220613
ARG PERLTIDY_SHA256=50496a6952904ef28f495919fc0a67801a63c87779c61308ce1ca5b32467c5d4
@ -78,6 +78,7 @@ WORKDIR perl
RUN : \
&& sed -i '/x86_64-linux-musl/d' hints/cosmo.sh \
&& sed -i 's/.*-musl-objcopy/\tobjcopy/g' Makefile.SH \
&& sed -i '/^cosmo\//d' MANIFEST \
\
&& COSMO_MODE="" COSMO_REPO="/cosmopolitan" sh Configure -d -e \
-Dprefix="/zip" \
@ -95,6 +96,7 @@ RUN make -j2
RUN make -j2 minitest devtty=/dev/zero | tee minitest_results.txt
RUN : \
&& mkdir "/perl/cosmo" \
&& mkdir "/perl/cosmo/o" \
&& mkdir "/perl/cosmo/o/tmp" \
&& cp "/perl/perl.com" "/perl/cosmo/o/tmp/perl.com" \