Skip to content

Commit d7e5597

Browse files
committed
Revert back because Valgrind doesn't work on mac
1 parent 64a455c commit d7e5597

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/actions/brew/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ runs:
1515
pkg-config \
1616
autoconf \
1717
bison \
18-
re2c \
19-
valgrind
18+
re2c
2019
brew install \
2120
2221
curl \

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ runs:
2828
--enable-opcache \
2929
--enable-phar \
3030
--enable-exif \
31+
--enable-address-sanitizer \
3132
--enable-sysvsem \
3233
--enable-sysvshm \
3334
--enable-shmop \

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ runs:
2929
--offline \
3030
--show-diff \
3131
--show-slow 1000 \
32-
-m --show-mem \
3332
--set-timeout 120 ext/phar ext/standard
3433
- uses: actions/upload-artifact@v4
3534
if: always() && inputs.testArtifacts != null

0 commit comments

Comments
 (0)