Speed up tests

This commit is contained in:
retropikzel 2025-09-14 15:24:24 +03:00
parent a54bc367b0
commit cbe6048d8e
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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