Fixing Jenkins tests
This commit is contained in:
		
							parent
							
								
									3b799103ba
								
							
						
					
					
						commit
						0c52d77035
					
				| 
						 | 
					@ -21,8 +21,7 @@ RUN apt-get update && apt-get install -y \
 | 
				
			||||||
    markdown \
 | 
					    markdown \
 | 
				
			||||||
    pandoc \
 | 
					    pandoc \
 | 
				
			||||||
    weasyprint
 | 
					    weasyprint
 | 
				
			||||||
COPY --from=build /usr/local/ /usr/local-other
 | 
					COPY --from=build /usr/local /usr/local
 | 
				
			||||||
ENV PATH=/usr/local-other/bin:${PATH}
 | 
					 | 
				
			||||||
RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1
 | 
					RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1
 | 
				
			||||||
RUN cd chibi-scheme && make && make install
 | 
					RUN cd chibi-scheme && make && make install
 | 
				
			||||||
ARG SCHEME=chibi
 | 
					ARG SCHEME=chibi
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -18,8 +18,7 @@ RUN apt-get update && apt-get install -y \
 | 
				
			||||||
    build-essential \
 | 
					    build-essential \
 | 
				
			||||||
    libffi-dev \
 | 
					    libffi-dev \
 | 
				
			||||||
    libmbedtls-dev
 | 
					    libmbedtls-dev
 | 
				
			||||||
COPY --from=build /usr/local/ /usr/local-other
 | 
					COPY --from=build /usr/local /usr/local-other
 | 
				
			||||||
ENV PATH=/usr/local-other/bin:${PATH}
 | 
					 | 
				
			||||||
ARG SCHEME=chibi
 | 
					ARG SCHEME=chibi
 | 
				
			||||||
ENV COMPILE_R7RS=${SCHEME}
 | 
					ENV COMPILE_R7RS=${SCHEME}
 | 
				
			||||||
RUN mkdir -p ${HOME}/.snow && echo "()" > ${HOME}/.snow/config.scm
 | 
					RUN mkdir -p ${HOME}/.snow && echo "()" > ${HOME}/.snow/config.scm
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue