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 18
18
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/libxslt/lib/pkgconfig"
19
19
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/zlib/lib/pkgconfig"
20
20
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/icu4c/lib/pkgconfig"
21
+ export LSAN_OPTIONS="fast_unwind_on_malloc=0"
21
22
./buildconf --force
22
23
./configure \
23
24
--enable-option-checking=fatal \
27
28
--disable-all \
28
29
--enable-phar \
29
30
--enable-exif \
30
- --enable-memory -sanitizer \
31
+ --enable-address -sanitizer \
31
32
--enable-sysvsem \
32
33
--enable-sysvshm \
33
34
--enable-shmop \
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ concurrency:
39
39
group : ${{ github.workflow }}-${{ github.event.pull_request.url || github.run_id }}
40
40
cancel-in-progress : true
41
41
env :
42
- CC : ccache clang
43
- CXX : ccache clang ++
42
+ CC : ccache gcc
43
+ CXX : ccache g ++
44
44
jobs :
45
45
LINUX_X64 :
46
46
if : false
You can’t perform that action at this time.
0 commit comments