Switch to new compile-r7rs

This commit is contained in:
retropikzel 2025-06-25 08:38:39 +03:00
parent bfd1e0b241
commit a932f30ce0
2 changed files with 4 additions and 0 deletions

View File

@ -17,4 +17,6 @@ RUN cd chibi-scheme && make && make install
RUN chicken-install r7rs
RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
RUN cd compile-r7rs && make && make install
ARG COMPILE_R7RS=chibi
ENV COMPILE_R7RS=${COMPILE_R7RS}

View File

@ -15,4 +15,6 @@ RUN apt-get update && apt-get install -y \
RUN chicken-install r7rs
RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
RUN cd compile-r7rs && make && make install
ARG COMPILE_R7RS=chibi
ENV COMPILE_R7RS=${COMPILE_R7RS}