From 8e948204f971c5bf6b8eea4dfb1c8ba7a80b30a2 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sat, 6 Jul 2019 23:51:26 +0200 Subject: 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... --- azure/msan_job.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'azure/msan_job.yml') 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 \ -- cgit v1.2.1