1
0
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:
Ilija Tovilo
2026-02-03 14:49:06 +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 \
bzip2 \
enchant \
libffi \