]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Use LLVM 21 for "trixie"
authorMichal Nowak <mnowak@isc.org>
Tue, 24 Feb 2026 15:48:21 +0000 (16:48 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 24 Feb 2026 16:54:24 +0000 (17:54 +0100)
We forgot to change this when bumping CLANG_VERSION.

ci/clang-trixie.ini

index 4838b5189413a42f71cf0c3e32b684f5a59b9621..3f287eda3c9d7d3eb3e7fff19647cb2f44ca5a65 100644 (file)
@@ -12,9 +12,9 @@
 # LTO builds with clang
 
 [binaries]
-ar = 'llvm-ar-20'
-c = 'clang-20'
-c_ld = 'lld'
+ar = 'llvm-ar-21'
+c = 'clang-21'
+c_ld = 'lld-21'
 
 [project options]
 named-lto = 'thin'