Testing dynamic Jenkinsfile
This commit is contained in:
parent
fa2398f37e
commit
99a635647d
|
|
@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
libmbedtls-dev
|
libmbedtls-dev
|
||||||
COPY --from=build /usr/local /usr/local-other/
|
COPY --from=build /usr/local /usr/local-other/
|
||||||
ENV PATH=${PATH}:/usr/local-other/bin
|
ENV PATH=${PATH}:/usr/local-other/bin
|
||||||
|
ENV LD_LIBRAR_PATH=/usr/local-other/lib
|
||||||
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 cd compile-r7rs && make && make install
|
RUN cd compile-r7rs && make && make install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue