Skip to content

Commit f0788a4

Browse files
committed
Test community build with function jit
1 parent e3a5c38 commit f0788a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ jobs:
535535
- name: Enable JIT
536536
if: matrix.type != 'verify_type_inference'
537537
run: |
538-
echo opcache.jit=tracing >> /etc/php.d/opcache.ini
538+
echo opcache.jit=function >> /etc/php.d/opcache.ini
539539
echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini
540540
echo opcache.jit_max_root_traces=100000 >> /etc/php.d/opcache.ini
541541
echo opcache.jit_max_side_traces=100000 >> /etc/php.d/opcache.ini

0 commit comments

Comments
 (0)