Fixing tests

This commit is contained in:
retropikzel 2026-07-21 21:01:24 +03:00
parent de0a71a828
commit e538f89251
1 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@ RUN apt-get update && apt-get install -y \
gcc ca-certificates libffi-dev docker.io make curl gcc ca-certificates libffi-dev docker.io make curl
RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1 \ RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1 \
&& cd chibi-scheme \ && cd chibi-scheme \
&& chibi-scheme \ && make \
&& chibi-scheme install && make install
RUN snow-chibi install --impls=chibi retropikzel.test-r7rs RUN snow-chibi install --use-curl --impls=chibi retropikzel.test-r7rs