Fixing tests
This commit is contained in:
parent
fb5df3b879
commit
f3bdaa1259
|
|
@ -1,5 +1,7 @@
|
||||||
FROM alpine
|
FROM debian:trixie
|
||||||
RUN apk add make docker git
|
RUN apt-get update && apt-get install -y \
|
||||||
RUN git clone https://codeberg.org/retropikzel/test-r7rs.git --depth=1
|
make gcc git ca-certificates libffi-dev docker.io git
|
||||||
RUN cd test-r7rs && ./configure && make && make install
|
RUN git clone https://github.com/ashinn/chibi-scheme.git
|
||||||
COPY --from=schemers/chibi:alpine-head /usr/local /usr/local
|
WORKDIR /chibi-scheme
|
||||||
|
RUN make && make install
|
||||||
|
RUN snow-chibi install --impls=chibi retropikzel.test-r7rs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue