Updating tests

This commit is contained in:
retropikzel 2025-10-01 23:31:32 +03:00
parent f5063a5bee
commit 4db414f120
1 changed files with 1 additions and 0 deletions

View File

@ -18,5 +18,6 @@ WORKDIR /workdir
ENV COMPILE_R7RS=${SCHEME}
ENV PATH=/opt/compile-r7rs/bin:${PATH}
ARG SCHEME=chibi
RUN mkdir -p ${HOME}/.snow && echo "()" > ${HOME}/.snow/config.scm
RUN snow-chibi install --always-yes --impls=${SCHEME} "(srfi 64)"