patch 9.1.1729: CI is not run with clang 21
Problem: CI is not run with clang 21 Solution: Update CI to v21, fix a few warnings that are uncovered when using clang 21 (Philip H) closes: #18142 Signed-off-by: Philip H. <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
884290ebf0
commit
ccddb555aa
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
env:
|
||||
CC: ${{ matrix.compiler }}
|
||||
GCC_VER: 14
|
||||
CLANG_VER: 20
|
||||
CLANG_VER: 21
|
||||
TEST: test
|
||||
SRCDIR: ./src
|
||||
LEAK_CFLAGS: -DEXITFREE
|
||||
|
Reference in New Issue
Block a user