Fixing tests

This commit is contained in:
retropikzel 2025-07-14 20:25:53 +03:00
parent dce0add3f5
commit 63522e8228
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@ FROM schemers/chibi:head
RUN apt-get update && apt-get install -y \
build-essential ca-certificates git make docker.io
RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1 \
WORKDIR /builddir
&& cd chibi-scheme && make -j 16 && make -j 16 install
WORKDIR /builddir
COPY Makefile .
COPY compile-r7rs.scm .
COPY libs/ libs/