4141 CXX : ccache g++
4242jobs :
4343 LINUX_X64 :
44- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
44+ if : false
4545 services :
4646 mysql :
4747 image : mysql:8.3
@@ -137,7 +137,7 @@ jobs:
137137 if : ${{ !matrix.asan }}
138138 uses : ./.github/actions/verify-generated-files
139139 LINUX_X32 :
140- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
140+ if : false
141141 name : LINUX_X32_DEBUG_ZTS
142142 runs-on : ubuntu-latest
143143 timeout-minutes : 50
@@ -183,7 +183,7 @@ jobs:
183183 -d zend_extension=opcache.so
184184 -d opcache.enable_cli=1
185185 MACOS_DEBUG_NTS :
186- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
186+ # if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
187187 strategy :
188188 fail-fast : false
189189 matrix :
@@ -200,33 +200,35 @@ jobs:
200200 uses : actions/checkout@v4
201201 - name : brew
202202 uses : ./.github/actions/brew
203- - name : ccache
204- uses :
hendrikmuhs/[email protected] 205- with :
206- key : " ${{github.job}}-${{matrix.os}}-${{hashFiles('main/php_version.h')}}"
207- append-timestamp : false
208- save : ${{ github.event_name != 'pull_request' }}
209- - name : ./configure
210- uses : ./.github/actions/configure-macos
211- with :
212- configurationParameters : --enable-debug --disable-zts
213- - name : make
214- run : |-
215- export PATH="$(brew --prefix)/opt/bison/bin:$PATH"
216- make -j$(sysctl -n hw.logicalcpu) >/dev/null
217- - name : make install
218- run : sudo make install
219- - name : Test Tracing JIT
220- uses : ./.github/actions/test-macos
221- with :
222- jitType : tracing
223- runTestsParameters : >-
224- -d zend_extension=opcache.so
225- -d opcache.enable_cli=1
226- - name : Verify generated files are up to date
227- uses : ./.github/actions/verify-generated-files
203+ - name : pkg-config test
204+ run : pkg-config libcurl --debug
205+ # - name: ccache
206+ # uses: hendrikmuhs/[email protected] 207+ # with:
208+ # key: "${{github.job}}-${{matrix.os}}-${{hashFiles('main/php_version.h')}}"
209+ # append-timestamp: false
210+ # save: ${{ github.event_name != 'pull_request' }}
211+ # - name: ./configure
212+ # uses: ./.github/actions/configure-macos
213+ # with:
214+ # configurationParameters: --enable-debug --disable-zts
215+ # - name: make
216+ # run: |-
217+ # export PATH="$(brew --prefix)/opt/bison/bin:$PATH"
218+ # make -j$(sysctl -n hw.logicalcpu) >/dev/null
219+ # - name: make install
220+ # run: sudo make install
221+ # - name: Test Tracing JIT
222+ # uses: ./.github/actions/test-macos
223+ # with:
224+ # jitType: tracing
225+ # runTestsParameters: >-
226+ # -d zend_extension=opcache.so
227+ # -d opcache.enable_cli=1
228+ # - name: Verify generated files are up to date
229+ # uses: ./.github/actions/verify-generated-files
228230 WINDOWS :
229- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
231+ if : false
230232 name : WINDOWS_X64_ZTS
231233 runs-on : windows-2022
232234 timeout-minutes : 50
@@ -254,7 +256,7 @@ jobs:
254256 run : .github/scripts/windows/test.bat
255257 BENCHMARKING :
256258 name : BENCHMARKING
257- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
259+ if : false
258260 runs-on : ubuntu-24.04
259261 timeout-minutes : 50
260262 steps :
0 commit comments