maintenance

This commit is contained in:
Connor Olding 2023-03-02 23:14:07 -08:00
parent 2d4fde876c
commit cb357392fb
2 changed files with 1 additions and 5 deletions

View File

@ -21,10 +21,6 @@ RUN : \
\
&& shed src/os.c \
's@.*char \*\* environ.*@#ifndef COSMOPOLITAN_LIBC_RUNTIME_RUNTIME_H_\n&\n#endif@' \
\
&& shed src/vm.c \
'/FUNC_SIG(list,append)/d' \
'/void _callSetName/i\\extern FUNC_SIG(list,append);' \
\
&& shed src/vm.c \
'/static.*cache/c\\static KrkClassCacheEntry * cache = 0;' \

View File

@ -138,6 +138,6 @@ RUN : \
FROM localhost/rescue AS runner
COPY --chmod=0755 --from=builder /perl/cosmo/o/perl.com /bin/perl.com
COPY --chmod=0755 --from=builder /perl/perl.elf /bin/perl.com.dbg
COPY --chmod=0755 --from=builder /perl/perl.com.dbg /bin/perl.com.dbg
COPY --from=builder /perl/minitest_results.txt /minitest_results.txt
ENTRYPOINT ["/bin/ape", "/bin/perl.com"]