]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1943: CI not run with clang-17 v9.0.1943
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Mon, 25 Sep 2023 19:05:00 +0000 (21:05 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 25 Sep 2023 19:05:00 +0000 (21:05 +0200)
Problem:  CI not run with clang-17
Solution: Update CI to use clang-17

closes: #12745

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com>
.github/workflows/ci.yml
src/version.c

index f3ed8acb10830e97f1fa61e3ba43e5f07c9d3877..8c2e5396b7c680bd3e2825fa8c2e42c6927e7adb 100644 (file)
@@ -22,7 +22,7 @@ jobs:
     env:
       CC: ${{ matrix.compiler }}
       GCC_VER: 13
-      CLANG_VER: 16
+      CLANG_VER: 17
       TEST: test
       SRCDIR: ./src
       LEAK_CFLAGS: -DEXITFREE
index e48c564e81feeddce9c2a7838994d5409740e174..6543bd240e03513ad2ca3847e8e2d4c36e3879fa 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1943,
 /**/
     1942,
 /**/