[libcxx-commits] [libcxx] c174d8f - [libc++][CI] Updates Docker LLDB dependencies. (#88174)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 9 22:55:49 PDT 2024
Author: Mark de Wever
Date: 2024-04-10T07:55:45+02:00
New Revision: c174d8f46546f7e0e861061256a45570f3bdea75
URL: https://github.com/llvm/llvm-project/commit/c174d8f46546f7e0e861061256a45570f3bdea75
DIFF: https://github.com/llvm/llvm-project/commit/c174d8f46546f7e0e861061256a45570f3bdea75.diff
LOG: [libc++][CI] Updates Docker LLDB dependencies. (#88174)
In order to test the LLDB data formatters make is required and SWIG
needs to be updated to version 4.
As drive-by, this patch sorts the entries and removes some duplicates.
Added:
Modified:
libcxx/utils/ci/Dockerfile
Removed:
################################################################################
diff --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile
index db88da20b977a8..c77f6c435baf4d 100644
--- a/libcxx/utils/ci/Dockerfile
+++ b/libcxx/utils/ci/Dockerfile
@@ -72,33 +72,32 @@ RUN sudo apt-get update \
RUN sudo apt-get update \
&& sudo apt-get install -y \
- python3 \
- python3-distutils \
- python3-psutil \
- git \
- gdb \
- ccache \
- gpg \
- wget \
bash \
+ ccache \
curl \
- python3 \
- python3-dev \
- libpython3-dev \
- uuid-dev \
- libncurses5-dev \
- swig3.0 \
- libxml2-dev \
- libedit-dev \
+ gdb \
+ git \
+ gpg \
language-pack-en \
language-pack-fr \
language-pack-ja \
language-pack-ru \
language-pack-zh-hans \
+ libedit-dev \
+ libncurses5-dev \
+ libpython3-dev \
+ libxml2-dev \
lsb-release \
- wget \
- unzip \
+ make \
+ python3 \
+ python3-dev \
+ python3-distutils \
+ python3-psutil \
software-properties-common \
+ swig4.0 \
+ unzip \
+ uuid-dev \
+ wget \
&& sudo rm -rf /var/lib/apt/lists/*
More information about the libcxx-commits
mailing list