Fixing tests

This commit is contained in:
retropikzel 2026-07-19 11:43:39 +03:00
parent b3dc538524
commit 085b87194d
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
FROM schemers/chibi:head
RUN apt-get update && apt-get install -y \
gcc ca-certificates libffi-dev docker.io make
RUN mkdir -p ~/.snow && echo "()" > ~/.snow/config.scm
RUN snow-chibi install --impls=chibi --always-yes retropikzel.test-r7rs

View File

@ -2,7 +2,7 @@
SCHEME=chibi
RNRS=r7rs
LIBRARY=ctrf
DOCKER_TAG=head
DOCKER_TAG=latest
AUTHOR=retropikzel
PKG=${AUTHOR}-${LIBRARY}-${VERSION}.tgz