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

Merge branch 'PHP-8.2' into PHP-8.3

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

View File

@@ -13,11 +13,17 @@ 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
brew install \
brew reinstall -v \
autoconf \
webp \
tidy-html5 \
libzip \
libsodium \
icu4c
brew install -v \
bison \
re2c
brew install \
brew install -v \
aspell \
bzip2 \
enchant \

View File

@@ -367,6 +367,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

@@ -189,6 +189,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