Bring things to new compile-r7rs

This commit is contained in:
retropikzel 2025-07-19 18:07:00 +03:00
parent 4abf47b065
commit 39f6cad87e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1
RUN cd chibi-scheme && make -j 32
RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
RUN cd compile-r7rs --branch=retropikzel-dependency-fixes && make
RUN cd compile-r7rs && make
ARG SCHEME=chibi
FROM schemers/${SCHEME}:head