perl: workaround strange segfault
This commit is contained in:
parent
45bdb84af5
commit
6147d6a35a
1 changed files with 7 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue