Fixing Jenkins tests

This commit is contained in:
retropikzel 2025-07-09 22:13:02 +03:00
parent d1c6457b6f
commit dce6569ed2
1 changed files with 1 additions and 0 deletions

View File

@ -17,4 +17,5 @@ RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
RUN cd compile-r7rs && make && make install
ARG SCHEME=chibi
ENV COMPILE_R7RS=${SCHEME}
RUN mkdir -p ${HOME}/.snow && echo "()" > ${HOME}/.snow/config.scm