Fixing Jenkins tests

This commit is contained in:
retropikzel 2025-07-09 22:36:15 +03:00
parent d64a5a0db8
commit ed89f1c819
2 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,5 @@
ARG SCHEME=chibi
FROM debian:bookworm AS build
RUN apt-get update && apt-get install -y chicken-bin build-essential
RUN chicken-install r7rs
FROM schemers/chicken AS build
RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
RUN cd compile-r7rs && make && make install

View File

@ -1,7 +1,5 @@
ARG SCHEME=chibi
FROM debian:bookworm AS build
RUN apt-get update && apt-get install -y chicken-bin build-install
RUN chicken-install r7rs
FROM schemers/chicken AS build
RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
RUN cd compile-r7rs && make && make install