Fixing Jenkins tests
This commit is contained in:
parent
16d9e78eb2
commit
558c9b08bb
|
|
@ -1,8 +1,8 @@
|
||||||
ARG SCHEME=chibi
|
ARG SCHEME=chibi
|
||||||
FROM schemers/chicken AS build
|
FROM debian:bookworm AS build
|
||||||
RUN apt-get update && apt-get install -y git make
|
RUN apt-get update && apt-get install -y git make chicken-bin build-essential
|
||||||
#RUN git clone https://github.com/Retropikzel/compile-r7rs.git --depth=1
|
RUN chicken-install r7rs
|
||||||
RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
|
RUN git clone https://github.com/Retropikzel/compile-r7rs.git --depth=1
|
||||||
RUN ls
|
RUN ls
|
||||||
RUN cd compile-r7rs && make && make install
|
RUN cd compile-r7rs && make && make install
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,9 @@
|
||||||
ARG SCHEME=chibi
|
ARG SCHEME=chibi
|
||||||
FROM schemers/chicken:5 AS build
|
FROM debian:bookworm AS build
|
||||||
RUN apt-get update && apt-get install -y git make
|
RUN apt-get update && apt-get install -y git make chicken-bin build-essential
|
||||||
#RUN git clone https://github.com/Retropikzel/compile-r7rs.git --depth=1
|
RUN chicken-install r7rs
|
||||||
RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
|
RUN git clone https://github.com/Retropikzel/compile-r7rs.git --depth=1
|
||||||
|
RUN ls
|
||||||
RUN cd compile-r7rs && make && make install
|
RUN cd compile-r7rs && make && make install
|
||||||
|
|
||||||
ARG SCHEME=chibi
|
ARG SCHEME=chibi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue