Skip to content

Commit bb9d45d

Browse files
committed
wip
1 parent 1b171bb commit bb9d45d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/actions/setup-x64/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ runs:
44
steps:
55
- shell: bash
66
run: |
7-
set -x
8-
97
sudo service mysql start
8+
journalctl -xeu mysql.service
109
sudo service slapd start
1110
mysql -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test"
1211
# Ensure local_infile tests can run.

.github/workflows/push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
if: ${{ !matrix.asan }}
144144
uses: ./.github/actions/verify-generated-files
145145
LINUX_X32:
146-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
146+
if: 0
147147
name: LINUX_X32_DEBUG_ZTS
148148
runs-on: ubuntu-latest
149149
container:
@@ -188,7 +188,7 @@ jobs:
188188
-d zend_extension=opcache.so
189189
-d opcache.enable_cli=1
190190
MACOS_DEBUG_NTS:
191-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
191+
if: 0
192192
strategy:
193193
fail-fast: false
194194
matrix:
@@ -230,7 +230,7 @@ jobs:
230230
- name: Verify generated files are up to date
231231
uses: ./.github/actions/verify-generated-files
232232
WINDOWS:
233-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
233+
if: 0
234234
name: WINDOWS_X64_ZTS
235235
runs-on: windows-2022
236236
env:
@@ -257,7 +257,7 @@ jobs:
257257
run: .github/scripts/windows/test.bat
258258
BENCHMARKING:
259259
name: BENCHMARKING
260-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
260+
if: 0
261261
runs-on: ubuntu-22.04
262262
steps:
263263
- name: git checkout

0 commit comments

Comments
 (0)