Fixing Jenkins tests

This commit is contained in:
retropikzel 2025-07-09 06:54:23 +03:00
parent 955d06d3bf
commit fc6b973deb
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ RUN apt-get update && apt-get install -y \
RUN chicken-install r7rs RUN chicken-install r7rs
RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1 RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
RUN cd compile-r7rs && make && make install RUN cd compile-r7rs && make && make install
ARG COMPILE_R7RS=chibi ARG SCHEME=chibi
ENV COMPILE_R7RS=${SCHEME} ENV COMPILE_R7RS=${SCHEME}