From cbe6048d8ebd397af6d1cc5ba85b1cd66b92160d Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sun, 14 Sep 2025 15:24:24 +0300 Subject: [PATCH] Speed up tests --- Dockerfile.test | 2 +- Makefile | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Dockerfile.test b/Dockerfile.test index 99d32c9..b79be3a 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -9,7 +9,7 @@ RUN cd chibi-scheme && make DESTDIR=/opt/chibi -j16 && make DESTDIR=/opt/chibi - ARG SCHEME=chibi ARG IMAGE=chibi:head FROM docker.io/schemers/${IMAGE} -RUN apt-get update && apt-get install -y make pandoc libffi-dev +RUN apt-get update && apt-get install -y make gcc markdown libffi-dev COPY --from=local-chibi /opt/chibi /opt/chibi COPY --from=docker.io/retropikzel1/compile-r7rs /opt/compile-r7rs /opt/compile-r7rs ARG SCHEME=chibi diff --git a/Makefile b/Makefile index c4a868d..99f003c 100644 --- a/Makefile +++ b/Makefile @@ -63,10 +63,7 @@ ${TMPDIR}: mkdir -p ${TMPDIR} README.html: README.md - pandoc --metadata title="Foreign C" --standalone README.md > README.html - -foreign-c.pdf: - pandoc -f markdown -t pdf --pdf-engine=${PDFENGINE} README.md -o foreign-c.pdf + markdown README.md > README.html chibi: foreign/c/primitives/chibi/foreign-c.stub chibi-ffi foreign/c/primitives/chibi/foreign-c.stub