Skip to content

Commit 19f554e

Browse files
committed
FIXME: ci: temp disable clang-18 due to one test failure
1 parent 0bfb2b8 commit 19f554e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ jobs:
8282

8383
strategy:
8484
matrix:
85-
clang-version: [17, 18]
85+
clang-version: [17]
86+
87+
# FIXME: clang-18 failed CFI_establish_string ERROR STOP expected: Hello got
8688

8789
env:
8890
CC: clang-${{ matrix.clang-version }}

0 commit comments

Comments
 (0)