Fixing Jenkins tests
This commit is contained in:
		
							parent
							
								
									e083706e33
								
							
						
					
					
						commit
						c846cfa379
					
				| 
						 | 
					@ -1,7 +1,6 @@
 | 
				
			||||||
ARG SCHEME=chibi
 | 
					ARG SCHEME=chibi
 | 
				
			||||||
FROM debian:bookworm-slim AS build
 | 
					FROM debian:bookworm-slim AS build
 | 
				
			||||||
RUN apt-get update && apt-get install -y \
 | 
					RUN apt-get update && apt-get install -y chicken-bin build-essential
 | 
				
			||||||
    chicken-bin
 | 
					 | 
				
			||||||
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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,6 @@
 | 
				
			||||||
ARG SCHEME=chibi
 | 
					ARG SCHEME=chibi
 | 
				
			||||||
FROM debian:bookworm-slim AS build
 | 
					FROM debian:bookworm-slim AS build
 | 
				
			||||||
RUN apt-get update && apt-get install -y \
 | 
					RUN apt-get update && apt-get install -y chicken-bin build-install
 | 
				
			||||||
    chicken-bin
 | 
					 | 
				
			||||||
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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue