mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
fix: ci: Use LLVM 21 for "trixie"
We forgot to change this when bumping CLANG_VERSION. Merge branch 'mnowak/fix-clang-version-on-trixie' into 'main' See merge request isc-projects/bind9!11596
This commit is contained in:
commit
df2c66d964
1 changed files with 3 additions and 3 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue