Skip to content

Commit

Permalink
asan debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdos committed Oct 20, 2023
1 parent 0c01a9e commit 0f6573d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ jobs:
configurationParameters: >-
--${{ matrix.debug && 'enable' || 'disable' }}-debug
--${{ matrix.zts && 'enable' || 'disable' }}-zts
--disable-dom
--disable-xml
--disable-xmlreader
--disable-xmlwriter
--without-xsl
${{ matrix.asan && 'CFLAGS="-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC" LDFLAGS="-fsanitize=undefined,address" CC=clang CXX=clang++ --disable-opcache-jit' || '' }}
skipSlow: ${{ matrix.asan }}
- name: make
Expand Down

0 comments on commit 0f6573d

Please sign in to comment.