Fix testing
This commit is contained in:
parent
7747d71ec9
commit
0a1a8cec7a
|
|
@ -8,7 +8,7 @@ WORKDIR /build
|
||||||
RUN wget https://gitlab.com/-/project/6808260/uploads/094ce726ce3c6cf8c14560f1e31aaea0/akku-1.1.0.amd64-linux.tar.xz \
|
RUN wget https://gitlab.com/-/project/6808260/uploads/094ce726ce3c6cf8c14560f1e31aaea0/akku-1.1.0.amd64-linux.tar.xz \
|
||||||
&& tar -xf akku-1.1.0.amd64-linux.tar.xz \
|
&& tar -xf akku-1.1.0.amd64-linux.tar.xz \
|
||||||
&& mv akku-1.1.0.amd64-linux akku
|
&& mv akku-1.1.0.amd64-linux akku
|
||||||
RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1
|
RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=2
|
||||||
RUN git clone https://codeberg.org/retropikzel/compile-scheme.git --depth=2
|
RUN git clone https://codeberg.org/retropikzel/compile-scheme.git --depth=2
|
||||||
RUN git clone https://github.com/srfi-explorations/r7rs-srfi.git --branch=retropikzel-fixes --depth=3
|
RUN git clone https://github.com/srfi-explorations/r7rs-srfi.git --branch=retropikzel-fixes --depth=3
|
||||||
WORKDIR /build/chibi-scheme
|
WORKDIR /build/chibi-scheme
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue