perl: workaround strange segfault

This commit is contained in:
Connor Olding 2022-10-17 23:40:51 -07:00
parent 45bdb84af5
commit 6147d6a35a
1 changed files with 7 additions and 0 deletions

View File

@ -91,6 +91,13 @@ RUN make -j2
RUN make -j2 minitest devtty=/dev/zero | tee minitest_results.txt
# temporary workaround for segfault. oddly enough,
# it's not a segfault in the zip executable! alas, \
RUN : \
&& rm /usr/bin/zip \
&& apk add --no-cache zip \
;
RUN : \
&& mkdir /perl/cosmo \
&& mkdir /perl/cosmo/o \