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

Fix missing deps in macos arm build (GH-15881)

This commit is contained in:
Ilija Tovilo
2024-09-14 00:53:24 +02:00
committed by GitHub
parent 99bee73325
commit f6a232cce2

View File

@@ -11,6 +11,9 @@ runs:
code=" keg.link\(verbose: verbose\?"
sudo sed -Ei '' "s/$code.*/$code, overwrite: true\)/" "$formula_installer"
# 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
brew install \
bison \
re2c