Skip to content

Commit 5b98d50

Browse files
committed
reverts "[wip] tests asan build w/ gcc"
This reverts commit 4232fb1.
1 parent 4232fb1 commit 5b98d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
configurationParameters: >-
8181
--${{ matrix.debug && 'enable' || 'disable' }}-debug
8282
--${{ matrix.zts && 'enable' || 'disable' }}-zts
83-
${{ matrix.asan && 'CFLAGS="-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC" LDFLAGS="-fsanitize=undefined,address" --disable-opcache-jit' || '' }}
83+
${{ matrix.asan && 'CFLAGS="-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC" LDFLAGS="-fsanitize=undefined,address" CC=clang CXX=clang++ --disable-opcache-jit' || '' }}
8484
skipSlow: ${{ matrix.asan }}
8585
- name: make
8686
run: make -j$(/usr/bin/nproc) >/dev/null

0 commit comments

Comments
 (0)