1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.4' into PHP-8.5

* PHP-8.4:
  Make brew verbose, limit to 10 minutes
This commit is contained in:
Ilija Tovilo
2026-02-03 14:50:14 +01:00
3 changed files with 12 additions and 3 deletions

View File

@@ -13,11 +13,18 @@ runs:
# Some packages exist on x86 but not arm, or vice versa.
# Install them with reinstall to avoid warnings.
brew reinstall autoconf webp tidy-html5 libzip libsodium icu4c curl
brew install \
brew reinstall -v \
autoconf \
webp \
tidy-html5 \
libzip \
libsodium \
icu4c \
curl
brew install -v \
bison \
re2c
brew install \
brew install -v \
bzip2 \
enchant \
libffi \

View File

@@ -360,6 +360,7 @@ jobs:
- name: Update clang
uses: ./.github/actions/macos-update-clang
- name: brew
timeout-minutes: 10
uses: ./.github/actions/brew
- name: ./configure
uses: ./.github/actions/configure-macos

View File

@@ -242,6 +242,7 @@ jobs:
- name: Update clang
uses: ./.github/actions/macos-update-clang
- name: brew
timeout-minutes: 10
uses: ./.github/actions/brew
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2