* test/infra/Dockerfile.emba: Touch "info/emacs".

This commit is contained in:
Michael Albinus 2021-03-07 11:36:38 +01:00
parent 83fa649e02
commit 30489f4264

View file

@ -39,6 +39,7 @@ RUN apt-get update && \
COPY . /checkout
WORKDIR /checkout
RUN touch info/emacs
RUN ./autogen.sh autoconf
RUN ./configure
RUN make -j4 bootstrap
@ -52,6 +53,7 @@ RUN apt-get update && \
COPY . /checkout
WORKDIR /checkout
RUN touch info/emacs
RUN ./autogen.sh autoconf
RUN ./configure --with-file-notification=gfile
RUN make -j4 bootstrap
@ -65,6 +67,7 @@ RUN apt-get update && \
COPY . /checkout
WORKDIR /checkout
RUN touch info/emacs
RUN ./autogen.sh autoconf
RUN ./configure --with-ns
RUN make -j4 bootstrap