Bring things to new compile-r7rs
This commit is contained in:
parent
4abf47b065
commit
39f6cad87e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue