Skip to content

Commit 8e94820

Browse files
committed
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...
1 parent 0707caf commit 8e94820

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
@@ -31,6 +31,7 @@ jobs:
3131
--disable-xmlreader \
3232
--disable-xmlwriter \
3333
--without-pcre-jit \
34+
--disable-opcache-jit \
3435
--enable-phpdbg \
3536
--enable-fpm \
3637
--with-pdo-mysql=mysqlnd \

0 commit comments

Comments
 (0)