Switch to new compile-r7rs
This commit is contained in:
parent
bfd1e0b241
commit
a932f30ce0
|
|
@ -17,4 +17,6 @@ RUN cd chibi-scheme && make && make install
|
||||||
RUN chicken-install r7rs
|
RUN chicken-install r7rs
|
||||||
RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
|
RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
|
||||||
RUN cd compile-r7rs && make && make install
|
RUN cd compile-r7rs && make && make install
|
||||||
|
ARG COMPILE_R7RS=chibi
|
||||||
|
ENV COMPILE_R7RS=${COMPILE_R7RS}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,6 @@ RUN apt-get update && apt-get install -y \
|
||||||
RUN chicken-install r7rs
|
RUN chicken-install r7rs
|
||||||
RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
|
RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
|
||||||
RUN cd compile-r7rs && make && make install
|
RUN cd compile-r7rs && make && make install
|
||||||
|
ARG COMPILE_R7RS=chibi
|
||||||
|
ENV COMPILE_R7RS=${COMPILE_R7RS}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue