feat: Update to Clang 19 (#2293)

This commit is contained in:
Ayaz Salikhov
2025-07-08 11:49:11 +01:00
committed by GitHub
parent 687b1e8887
commit 562ea41a64
4 changed files with 7 additions and 4 deletions

View File

@@ -17,6 +17,8 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
ARG CLANG_MAJOR_VERSION=invalid
# Bump this version to force rebuild of the image
ARG BUILD_VERSION=0
RUN wget --progress=dot:giga https://apt.llvm.org/llvm.sh \
&& chmod +x llvm.sh \