Revert "Update libzip on macos"

This reverts commit 090bddb934.
This commit is contained in:
Nikita Popov 2020-09-08 09:51:55 +02:00
parent 3a5b22e3b5
commit 5a201ddad0

View File

@ -2,8 +2,6 @@ parameters:
packages: '' packages: ''
steps: steps:
- script: brew update
displayName: 'Update Homebrew'
- script: | - script: |
brew install pkg-config \ brew install pkg-config \
autoconf \ autoconf \
@ -25,12 +23,11 @@ steps:
zlib \ zlib \
t1lib \ t1lib \
gd \ gd \
libzip \
gmp \ gmp \
tidyp \ tidyp \
libxml2 \ libxml2 \
libxslt \ libxslt \
postgresql postgresql
# Make sure we don't get broken libzip 1.7.0
brew upgrade libzip
brew link icu4c gettext --force brew link icu4c gettext --force
displayName: 'Install Build Dependencies' displayName: 'Install Build Dependencies'