Skip to content

Commit 9fb45b2

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/nightly.yml

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
configurationParameters: >-
5858
CFLAGS="-fsanitize=undefined,address -fno-sanitize=function -DZEND_TRACK_ARENA_ALLOC"
5959
LDFLAGS="-fsanitize=undefined,address -fno-sanitize=function"
60+
CC=clang-17
61+
CXX=clang++-17
6062
--enable-debug
6163
--enable-zts
6264
skipSlow: true # FIXME: This should likely include slow extensions

0 commit comments

Comments
 (0)