Fix tests

This commit is contained in:
retropikzel 2026-07-19 17:20:51 +03:00
parent 4b5785dee7
commit 21cb73729d
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
FROM schemers/chibi:head
FROM debian:trixie-slim
RUN apt-get update && apt-get install -y \
gcc ca-certificates libffi-dev docker.io make
RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1 \
&& make -C chibi-scheme \
&& make -C chibi-scheme install
RUN snow-chibi install --impls=chibi --always-yes retropikzel.test-r7rs