]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/infra/Dockerfile.emba: Install clangd.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 15 Mar 2023 12:05:19 +0000 (13:05 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 15 Mar 2023 12:05:19 +0000 (13:05 +0100)
test/infra/Dockerfile.emba

index c005d872cb8abd7b644d35dc60488b7fecae2894..73bfe1a8ece2cc2294536b0cad8fb1f7383b59e0 100644 (file)
@@ -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