Skip to content

Commit 55bd882

Browse files
committed
sigh
1 parent c7fd359 commit 55bd882

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/actions/configure-macos/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ runs:
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 \
@@ -27,7 +28,7 @@ runs:
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 \

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ concurrency:
3939
group: ${{ github.workflow }}-${{ github.event.pull_request.url || github.run_id }}
4040
cancel-in-progress: true
4141
env:
42-
CC: ccache clang
43-
CXX: ccache clang++
42+
CC: ccache gcc
43+
CXX: ccache g++
4444
jobs:
4545
LINUX_X64:
4646
if: false

0 commit comments

Comments
 (0)