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