1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00
Files
archived-php-src/azure/macos/brew.yml
Nikita Popov 5a201ddad0 Revert "Update libzip on macos"
This reverts commit 090bddb934.
2020-09-08 10:27:54 +02:00

34 lines
858 B
YAML

parameters:
packages: ''
steps:
- 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 \
libzip \
gmp \
tidyp \
libxml2 \
libxslt \
postgresql
brew link icu4c gettext --force
displayName: 'Install Build Dependencies'