]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update CLANG_VERSION to 20
authorMichal Nowak <mnowak@isc.org>
Mon, 17 Mar 2025 14:13:45 +0000 (15:13 +0100)
committerMichal Nowak <mnowak@isc.org>
Wed, 19 Mar 2025 08:02:18 +0000 (08:02 +0000)
With a recent image update Clang 18 is no longer in the base image.
Update the Clang version used to 20.

.gitlab-ci.yml

index a02cdde2667e05153c13cb78aea4a382093061ac..a4f60feabf15feabf1617bf21378d3dba8c4e1fc 100644 (file)
@@ -19,7 +19,7 @@ variables:
   TEST_PARALLEL_JOBS: 4
 
   CONFIGURE: ./configure
-  CLANG_VERSION: 18
+  CLANG_VERSION: 20
   CLANG: "clang-${CLANG_VERSION}"
   SCAN_BUILD: "scan-build-${CLANG_VERSION}"
   LLVM_SYMBOLIZER: "/usr/lib/llvm-${CLANG_VERSION}/bin/llvm-symbolizer"