Skip to content

Commit 9b39ddb

Browse files
committed
Disable mysqlnd compression on msan build
This recently got enabled when detection was fixed. However, we don't want this for msan builds, because our zlib is not instrumented.
1 parent d21b1c5 commit 9b39ddb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure/msan_job.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
--enable-fpm \
3636
--with-pdo-mysql=mysqlnd \
3737
--with-mysqli=mysqlnd \
38+
--disable-mysqlnd-compression-support \
3839
--without-pear \
3940
--enable-exif \
4041
--enable-sysvsem \

0 commit comments

Comments
 (0)