Fixing tests

This commit is contained in:
retropikzel 2025-09-14 14:04:56 +03:00
parent ce2a356bd4
commit 8e64ad6a19
1 changed files with 1 additions and 4 deletions

View File

@ -7,10 +7,7 @@ RUN apt-get update && apt-get install -y \
libffi-dev \ libffi-dev \
ca-certificates \ ca-certificates \
git \ git \
pandoc \ pandoc
chicken-bin
RUN chicken-install r7rs
ENV PATH=${PATH}:/usr/local-other/bin
ARG SCHEME=chibi ARG SCHEME=chibi
ENV COMPILE_R7RS=${SCHEME} ENV COMPILE_R7RS=${SCHEME}
COPY --from=local-build-compile-r7rs /opt/compile-r7rs /opt/compile-r7rs COPY --from=local-build-compile-r7rs /opt/compile-r7rs /opt/compile-r7rs