From 30489f4264d338b20af5f8261b190c23b4d55ff4 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 7 Mar 2021 11:36:38 +0100 Subject: [PATCH] * 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 be684d672a5..4294a3ce622 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 -- 2.39.2