File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2626 t1lib \
2727 libxml2 \
2828 libjpeg \
29- libxslt
29+ libxslt \
30+ openldap
Original file line number Diff line number Diff line change 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
@@ -226,7 +226,7 @@ jobs:
226226 - name : Verify generated files are up to date
227227 uses : ./.github/actions/verify-generated-files
228228 WINDOWS :
229- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
229+ if : false
230230 name : WINDOWS_X64_ZTS
231231 runs-on : windows-2022
232232 timeout-minutes : 50
@@ -254,7 +254,7 @@ jobs:
254254 run : .github/scripts/windows/test.bat
255255 BENCHMARKING :
256256 name : BENCHMARKING
257- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
257+ if : false
258258 runs-on : ubuntu-24.04
259259 timeout-minutes : 50
260260 steps :
You can’t perform that action at this time.
0 commit comments