summaryrefslogtreecommitdiff
path: root/azure/msan_job.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-06-08 10:35:05 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-06-08 10:35:05 +0200
commit9b39ddbb85b5c589f3e7755424879f0ce012cc88 (patch)
tree36c75d30c12102b6a186d8bd7097365b378b5d30 /azure/msan_job.yml
parentd21b1c5679c60e4e885c750b0a5c417dcc67fe7c (diff)
downloadphp-git-9b39ddbb85b5c589f3e7755424879f0ce012cc88.tar.gz
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.
Diffstat (limited to 'azure/msan_job.yml')
-rw-r--r--azure/msan_job.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure/msan_job.yml b/azure/msan_job.yml
index 724aed9ca3..3c6cb4ca09 100644
--- a/azure/msan_job.yml
+++ b/azure/msan_job.yml
@@ -35,6 +35,7 @@ jobs:
--enable-fpm \
--with-pdo-mysql=mysqlnd \
--with-mysqli=mysqlnd \
+ --disable-mysqlnd-compression-support \
--without-pear \
--enable-exif \
--enable-sysvsem \