mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: Make brew verbose, limit to 10 minutes
This commit is contained in:
12
.github/actions/brew/action.yml
vendored
12
.github/actions/brew/action.yml
vendored
@@ -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 \
|
||||
bzip2 \
|
||||
enchant \
|
||||
libffi \
|
||||
|
||||
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
@@ -238,6 +238,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
|
||||
|
||||
Reference in New Issue
Block a user