mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 22:22:05 -04:00
Update clang to version 15
This commit is contained in:
parent
eb8b22da4c
commit
26a42ed1ac
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ variables:
|
|||
TEST_PARALLEL_JOBS: 6
|
||||
|
||||
CONFIGURE: ./configure
|
||||
CLANG_VERSION: 14
|
||||
CLANG_VERSION: 15
|
||||
CLANG: "clang-${CLANG_VERSION}"
|
||||
SCAN_BUILD: "scan-build-${CLANG_VERSION}"
|
||||
ASAN_SYMBOLIZER_PATH: "/usr/lib/llvm-${CLANG_VERSION}/bin/llvm-symbolizer"
|
||||
|
|
|
|||
Loading…
Reference in a new issue