From 08af8d7904f328cdc41b29da46c3f780d04937ea Mon Sep 17 00:00:00 2001 From: retropikzel Date: Tue, 3 Jun 2025 18:21:58 +0300 Subject: [PATCH] Making tests run in Jenkins --- Dockerfile.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.test b/Dockerfile.test index d1010f5..f667a75 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y \ libmbedtls-dev COPY --from=build /usr/local-other/ /usr/local-other/ ENV PATH=${PATH}:/usr/local-other/bin -RUN git clone https://github.com/Retropikzel/compile-r7rs.git --depth=1 +#RUN git clone https://github.com/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