Skip to content

Commit 401f9e5

Browse files
feat(cpp): remove jammy / clang-16 remnants
1 parent ebd77d1 commit 401f9e5

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

src/cpp/Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ USER root
44
SHELL [ "/bin/bash", "-c" ]
55

66
ADD llvm-snapshot.gpg.key.asc /etc/apt/trusted.gpg.d/llvm-snapshot.asc
7-
ADD llvm-toolchain.list /etc/apt/sources.list.d/llvm-toolchain.list
87
RUN export DEBIAN_FRONTEND=noninteractive; \
98
echo "deb http://apt.llvm.org/$(lsb_release -cs)/ llvm-toolchain-$(lsb_release -cs)-20 main" >> /etc/apt/sources.list \
109
&& apt-get -qq update && apt-get -qq install --no-install-recommends \
@@ -20,17 +19,16 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
2019
gcc-14 \
2120
gdb \
2221
git \
23-
lldb-19 \
24-
llvm-19 \
22+
llvm-dap-20 \
2523
ninja-build \
2624
pipx \
2725
pkg-config \
2826
python3 \
27+
python3-dev \
2928
python3-doc \
3029
python3-pip \
31-
python3-venv \
32-
python3-dev \
3330
python3-tk \
31+
python3-venv \
3432
tar \
3533
unzip \
3634
zip \

src/cpp/llvm-toolchain.list

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)