Bring things to new compile-r7rs

This commit is contained in:
retropikzel 2025-07-19 17:03:33 +03:00
parent 946a1145a7
commit 47aa7cb309
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ COPY --from=build /chibi-scheme /chibi-scheme
RUN cd /chibi-scheme && make -j 8 install
COPY --from=build /compile-r7rs /compile-r7rs
RUN cd /compile-r7rs && make install
COPY --from=build /usr/local-other /usr/local-other
ARG SCHEME=chibi
ENV COMPILE_R7RS=${SCHEME}
ENV GUILE_AUTO_COMPILE=0