mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
090bddb934
We need libzip 1.7.1, because libzip 1.7.0 is broken. Closes GH-5737.
37 lines
966 B
YAML
37 lines
966 B
YAML
parameters:
|
|
packages: ''
|
|
|
|
steps:
|
|
- script: brew update
|
|
displayName: 'Update Homebrew'
|
|
- script: |
|
|
brew install pkg-config \
|
|
autoconf \
|
|
bison \
|
|
re2c
|
|
displayName: 'Install Build Tools'
|
|
- script: |
|
|
brew install openssl@1.1 \
|
|
krb5 \
|
|
bzip2 \
|
|
enchant \
|
|
libffi \
|
|
libpng \
|
|
webp \
|
|
freetype \
|
|
intltool \
|
|
icu4c \
|
|
libiconv \
|
|
zlib \
|
|
t1lib \
|
|
gd \
|
|
gmp \
|
|
tidyp \
|
|
libxml2 \
|
|
libxslt \
|
|
postgresql
|
|
# Make sure we don't get broken libzip 1.7.0
|
|
brew upgrade libzip
|
|
brew link icu4c gettext --force
|
|
displayName: 'Install Build Dependencies'
|