]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/infra/Dockerfile.emba: Touch "info/emacs".
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 7 Mar 2021 10:36:38 +0000 (11:36 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 7 Mar 2021 10:36:38 +0000 (11:36 +0100)
test/infra/Dockerfile.emba

index be684d672a5e9c4ce615ea2f42ba0d0ca79d4388..4294a3ce622d6e6bbc55833fa6ea4525fbfabfc4 100644 (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