summaryrefslogtreecommitdiff
path: root/test/infra
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2023-03-28 09:38:07 +0200
committerMichael Albinus <michael.albinus@gmx.de>2023-03-28 09:38:07 +0200
commit5b351bc7fa94d26ba439461920d2b67595f351d4 (patch)
tree26a8ea0dbc9e463c75e438bb81de950e71f7f5d6 /test/infra
parentedc460e3b6c38eee97dde847987b2c29dd134653 (diff)
downloademacs-5b351bc7fa94d26ba439461920d2b67595f351d4.tar.gz
* test/infra/Dockerfile.emba (emacs-gnustep): Instrument "make V=1 ...".
Diffstat (limited to 'test/infra')
-rw-r--r--test/infra/Dockerfile.emba2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba
index 593756aba3b..946aa9235fb 100644
--- a/test/infra/Dockerfile.emba
+++ b/test/infra/Dockerfile.emba
@@ -71,7 +71,7 @@ COPY . /checkout
WORKDIR /checkout
RUN ./autogen.sh autoconf
RUN ./configure --with-ns
-RUN make bootstrap
+RUN make V=1 bootstrap
FROM emacs-base as emacs-native-comp