From: Nikita Popov Date: Fri, 30 Aug 2019 08:48:06 +0000 (+0200) Subject: Enable JIT on community_job X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06c257ec4b1ca988112855cf96322cdd0b43d669;p=php Enable JIT on community_job --- diff --git a/azure/community_job.yml b/azure/community_job.yml index 4dfd807e5d..4eaff732da 100644 --- a/azure/community_job.yml +++ b/azure/community_job.yml @@ -44,6 +44,7 @@ jobs: echo zend_extension=opcache.so > /etc/php.d/opcache.ini echo opcache.enable_cli=1 >> /etc/php.d/opcache.ini echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini + echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini displayName: 'Install Build' - script: | git clone https://github.com/laravel/framework.git --branch=master --depth=1