Fixing tests

This commit is contained in:
retropikzel 2025-09-14 12:10:06 +03:00
parent ca06a623b1
commit 02284d1b35
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ ARG SCHEME=chibi
ENV COMPILE_R7RS=${SCHEME} ENV COMPILE_R7RS=${SCHEME}
RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1 RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1
RUN cd chibi-scheme && make -j 16 && make -j 16 install RUN cd chibi-scheme && make -j 16 && make -j 16 install
RUN mkdir -p ${HOME}/.snow && echo "()" > ${HOME}/.snow/config.scm
RUN snow-chibi install --always-yes --impls=chibi,chicken "(foreign c)" RUN snow-chibi install --always-yes --impls=chibi,chicken "(foreign c)"
RUN snow-chibi install --always-yes --impls=chibi,chicken "(srfi 170)" RUN snow-chibi install --always-yes --impls=chibi,chicken "(srfi 170)"
RUN mkdir -p ${HOME}/.snow && echo "()" > ${HOME}/.snow/config.scm