emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Michael Albinus
Subject: master 30489f4: * test/infra/Dockerfile.emba: Touch "info/emacs".
Date: Sun, 7 Mar 2021 05:36:49 -0500 (EST)

branch: master
commit 30489f4264d338b20af5f8261b190c23b4d55ff4
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * test/infra/Dockerfile.emba: Touch "info/emacs".
---
 test/infra/Dockerfile.emba | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba
index be684d6..4294a3c 100644
--- a/test/infra/Dockerfile.emba
+++ b/test/infra/Dockerfile.emba
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]