Skip to content

Commit

Permalink
use clang-17 since gcc doesn't have FSan (and that's the default)
Browse files Browse the repository at this point in the history
  • Loading branch information
NattyNarwhal committed Dec 24, 2024
1 parent bf2929e commit 9fb45b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
configurationParameters: >-
CFLAGS="-fsanitize=undefined,address -fno-sanitize=function -DZEND_TRACK_ARENA_ALLOC"
LDFLAGS="-fsanitize=undefined,address -fno-sanitize=function"
CC=clang-17
CXX=clang++-17
--enable-debug
--enable-zts
skipSlow: true # FIXME: This should likely include slow extensions
Expand Down

0 comments on commit 9fb45b2

Please sign in to comment.