Fixing Jenkins tests

This commit is contained in:
retropikzel 2025-07-09 22:38:23 +03:00
parent adc0a10f25
commit e7887fbc95
2 changed files with 2 additions and 2 deletions

View File

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

View File

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