File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1818 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/libxslt/lib/pkgconfig"
1919 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/zlib/lib/pkgconfig"
2020 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/icu4c/lib/pkgconfig"
21+ export LSAN_OPTIONS="fast_unwind_on_malloc=0"
2122 ./buildconf --force
2223 ./configure \
2324 --enable-option-checking=fatal \
2728 --disable-all \
2829 --enable-phar \
2930 --enable-exif \
30- --enable-memory -sanitizer \
31+ --enable-address -sanitizer \
3132 --enable-sysvsem \
3233 --enable-sysvshm \
3334 --enable-shmop \
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ concurrency:
3939 group : ${{ github.workflow }}-${{ github.event.pull_request.url || github.run_id }}
4040 cancel-in-progress : true
4141env :
42- CC : ccache clang
43- CXX : ccache clang ++
42+ CC : ccache gcc
43+ CXX : ccache g ++
4444jobs :
4545 LINUX_X64 :
4646 if : false
You can’t perform that action at this time.
0 commit comments