Skip to content

Commit cdd2923

Browse files
committed
use clang-17 since gcc doesn't have FSan (and that's the default)
1 parent df78e0c commit cdd2923

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
configurationParameters: >-
6464
CFLAGS="-fsanitize=undefined,address -fno-sanitize=function -DZEND_TRACK_ARENA_ALLOC"
6565
LDFLAGS="-fsanitize=undefined,address -fno-sanitize=function"
66+
CC=clang-17
67+
CXX=clang++-17
6668
--enable-debug
6769
--enable-zts
6870
skipSlow: true # FIXME: This should likely include slow extensions

0 commit comments

Comments
 (0)