Move to test-r7rs

This commit is contained in:
retropikzel 2026-03-25 14:19:54 +02:00
parent 22e2ee3da3
commit 7a0859a8a7
1 changed files with 0 additions and 30 deletions

View File

@ -1,30 +0,0 @@
ARG SCHEME=chibi
FROM docker.io/schemers/${SCHEME}
ARG SCHEME=chibi
ENV COMPILE_R7RS=${SCHEME}
RUN apt-get update && apt-get install -y \
build-essential libffi-dev libcurl4-openssl-dev curl guile-3.0 \
git ca-certificates
COPY --from=schemers/loko:head /usr/local /usr/loko
RUN cp -r /usr/loko/* /usr/local/
COPY --from=schemers/chibi:head /usr/local /usr/chibi
RUN cp -r /usr/chibi/lib/* /usr/local/lib/
RUN cp -r /usr/chibi/share/* /usr/local/share/
RUN cp -r /usr/chibi/bin/*chibi* /usr/local/bin/
RUN ldconfig
ADD https://codeberg.org/retropikzel/compile-r7rs/raw/branch/main/compile-r7rs .
RUN install compile-r7rs /usr/local/bin/compile-r7rs
RUN mkdir -p /root/.snow && echo "()" > /root/.snow/config.scm
WORKDIR /workdir
ARG SCHEME=chibi
ENV COMPILE_R7RS=${SCHEME}
COPY test-headers.sps .
COPY test-headers.scm .
COPY Makefile .
COPY retropikzel retropikzel/