diff options
| author | Michael Albinus | 2023-03-31 14:17:54 +0200 |
|---|---|---|
| committer | Michael Albinus | 2023-03-31 14:17:54 +0200 |
| commit | c96bd1bf8843519bafc8d0dcb8ab096c49eef6cd (patch) | |
| tree | 1c072cc7e2488c0673310ad88cb040d2807edf23 | |
| parent | 06743df33a87a08ab2e69e797659e7ba9beb2dbb (diff) | |
| download | emacs-c96bd1bf8843519bafc8d0dcb8ab096c49eef6cd.tar.gz emacs-c96bd1bf8843519bafc8d0dcb8ab096c49eef6cd.zip | |
* test/infra/Dockerfile.emba (emacs-eglot): Adapt software selection.
| -rw-r--r-- | test/infra/Dockerfile.emba | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba index f8a10f913ef..d7b0b0d3ded 100644 --- a/test/infra/Dockerfile.emba +++ b/test/infra/Dockerfile.emba | |||
| @@ -72,15 +72,6 @@ RUN apt-get update && \ | |||
| 72 | RUN bash -c "$(wget --no-check-certificate -O - https://apt.llvm.org/llvm.sh)" | 72 | RUN bash -c "$(wget --no-check-certificate -O - https://apt.llvm.org/llvm.sh)" |
| 73 | RUN ln -s /usr/bin/clangd-15 /usr/bin/clangd | 73 | RUN ln -s /usr/bin/clangd-15 /usr/bin/clangd |
| 74 | 74 | ||
| 75 | # A recent pylsp. In Debian bookworm there is the package | ||
| 76 | # python3-pylsp. | ||
| 77 | RUN apt-get update && \ | ||
| 78 | apt-get install -y --no-install-recommends -o=Dpkg::Use-Pty=0 \ | ||
| 79 | python3-pyls \ | ||
| 80 | && rm -rf /var/lib/apt/lists/* | ||
| 81 | # eglot.el knows pyls. However, eglot-tests.el checks only for pylsp. | ||
| 82 | RUN ln -s /usr/bin/pyls /usr/bin/pylsp | ||
| 83 | |||
| 84 | COPY . /checkout | 75 | COPY . /checkout |
| 85 | WORKDIR /checkout | 76 | WORKDIR /checkout |
| 86 | RUN ./autogen.sh autoconf | 77 | RUN ./autogen.sh autoconf |