summaryrefslogtreecommitdiff
path: root/test/infra
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-03-29 06:30:09 +0200
committerStefan Kangas <stefankangas@gmail.com>2023-03-29 06:30:09 +0200
commitf24aa0f46af1f808aa051fdbb44876a1141c928c (patch)
tree6373e545cd21ef33584529de9d2c9bd90016bed0 /test/infra
parent2002ac376c97382cace161ef0832a6faf6f376e8 (diff)
parent3965c65d5e28e0efdfa693046f6a2059e74465f9 (diff)
downloademacs-f24aa0f46af1f808aa051fdbb44876a1141c928c.tar.gz
Merge from origin/emacs-29
3965c65d5e2 ; * lisp/subr.el (read-char-choice): Fix last change. c1eac5b6586 Improve documentation of 'read-choice' and related symbols a8c9283e170 Revert "Comp fix calls to redefined primtives with op-byt... 8b66d8abd01 Revert "* lisp/emacs-lisp/comp.el (comp-emit-set-call-sub... 4ec4f614c71 ; Fix incompatibility in 'display-buffer-assq-regexp' ba3ade58f3b Skip ruby-ts-imenu-index test if needed 9133446db87 Fix Eglot Tramp tests on EMBA 5b351bc7fa9 * test/infra/Dockerfile.emba (emacs-gnustep): Instrument ...
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 9377a3b5f87..c7a5b36749c 100644
--- a/test/infra/Dockerfile.emba
+++ b/test/infra/Dockerfile.emba
@@ -93,7 +93,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