From 95bcbe4f8a0fb72d0257070d3dddbe3071bd4dd8 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 4 Jul 2026 16:39:01 +0300 Subject: [PATCH] Test most libraries on latest docker tags --- Makefile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7921c22..aa6f645 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,8 @@ SCHEME=chibi RNRS=r7rs LIBRARY=ctrf -VENV=venv-${SCHEME}-${RNRS}-${LIBRARY} +DOCKER_TAG=head + AUTHOR=retropikzel PKG=${AUTHOR}-${LIBRARY}-${VERSION}.tgz tmpdir=.tmp/${SCHEME}/${LIBRARY} @@ -18,7 +19,19 @@ ifeq "${RNRS}" "r6rs" SFX=sps endif +ifeq "${SCHEME}" "capyscheme" DOCKER_TAG=head +endif +ifeq "${SCHEME}" "chibi" +DOCKER_TAG=head +endif +ifeq "${SCHEME}" "chicken" +DOCKER_TAG=head +endif +ifeq "${SCHEME}" "gauche" +DOCKER_TAG=head +endif + all: package