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