File tree Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change 7777 -d opcache.jit_buffer_size=16M
7878 - name : Verify generated files are up to date
7979 uses : ./.github/actions/verify-generated-files
80- LINUX_X32 :
81- name : LINUX_X32_DEBUG_ZTS
82- runs-on : ubuntu-latest
83- container :
84- image : ubuntu:20.04
85- env :
86- MYSQL_TEST_HOST : mysql
87- PDO_MYSQL_TEST_DSN : mysql:host=mysql;dbname=test
88- PDO_MYSQL_TEST_HOST : mysql
89- services :
90- mysql :
91- image : mysql:8
92- ports :
93- - 3306:3306
94- env :
95- MYSQL_DATABASE : test
96- MYSQL_ROOT_PASSWORD : root
97- steps :
98- - name : git checkout
99- uses : actions/checkout@v3
100- - name : apt
101- uses : ./.github/actions/apt-x32
102- - name : ccache
103- uses : hendrikmuhs/ccache-action@v1.2
104- with :
105- key : " ${{github.job}}-${{hashFiles('main/php_version.h')}}"
106- append-timestamp : false
107- - name : ./configure
108- uses : ./.github/actions/configure-x32
109- with :
110- configurationParameters : >-
111- --enable-debug
112- --enable-zts
113- - name : make
114- run : make -j$(/usr/bin/nproc) >/dev/null
115- - name : make install
116- uses : ./.github/actions/install-linux-x32
117- - name : Test Tracing JIT
118- uses : ./.github/actions/test-linux
119- with :
120- runTestsParameters : >-
121- -d zend_extension=opcache.so
122- -d opcache.enable_cli=1
123- -d opcache.jit_buffer_size=16M
12480 MACOS_DEBUG_NTS :
12581 runs-on : macos-11
12682 steps :
You can’t perform that action at this time.
0 commit comments