projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27edd7f
)
* test/infra/Dockerfile.emba: Install clangd.
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 15 Mar 2023 12:05:19 +0000
(13:05 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Wed, 15 Mar 2023 12:05:19 +0000
(13:05 +0100)
test/infra/Dockerfile.emba
patch
|
blob
|
history
diff --git
a/test/infra/Dockerfile.emba
b/test/infra/Dockerfile.emba
index c005d872cb8abd7b644d35dc60488b7fecae2894..73bfe1a8ece2cc2294536b0cad8fb1f7383b59e0 100644
(file)
--- a/
test/infra/Dockerfile.emba
+++ b/
test/infra/Dockerfile.emba
@@
-34,9
+34,10
@@
RUN apt-get update && \
FROM emacs-base as emacs-inotify
+# We install clangd for Eglot tests.
RUN apt-get update && \
apt-get install -y --no-install-recommends -o=Dpkg::Use-Pty=0 \
- inotify-tools \
+ inotify-tools
clangd
\
&& rm -rf /var/lib/apt/lists/*
COPY . /checkout