Fixing Jenkins tests

This commit is contained in:
retropikzel 2025-07-10 07:12:50 +03:00
parent de460574e1
commit 9c7b963e81
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \
build-essential \
libffi-dev \
libmbedtls-dev
COPY --from=build /usr/local /usr/local-other
COPY --from=build /usr/local/bin/compile-r7rs /usr/local-other/bin/compile-r7rs
ARG SCHEME=chibi
ENV COMPILE_R7RS=${SCHEME}
RUN mkdir -p ${HOME}/.snow && echo "()" > ${HOME}/.snow/config.scm