summaryrefslogtreecommitdiff
path: root/azure/msan_job.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-07-06 23:51:26 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-07-06 23:51:26 +0200
commit8e948204f971c5bf6b8eea4dfb1c8ba7a80b30a2 (patch)
tree91905443013e8f1177453cd716c473ca1c93708d /azure/msan_job.yml
parent0707caf16339b7eaa39649c664ee5ad20c6d2305 (diff)
downloadphp-git-8e948204f971c5bf6b8eea4dfb1c8ba7a80b30a2.tar.gz
Disable jit on msan job
JIT code is not instrumented and as such incompatible with msan. I'm not sure why this only started failing in the last build, it shouldn't have worked before either...
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 28dcae3f88..fb2655b240 100644
--- a/azure/msan_job.yml
+++ b/azure/msan_job.yml
@@ -31,6 +31,7 @@ jobs:
--disable-xmlreader \
--disable-xmlwriter \
--without-pcre-jit \
+ --disable-opcache-jit \
--enable-phpdbg \
--enable-fpm \
--with-pdo-mysql=mysqlnd \