summaryrefslogtreecommitdiff
path: root/azure
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-09-08 09:51:55 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-09-08 10:27:54 +0200
commit5a201ddad0cf655e1d07e720200ae425166d0a6d (patch)
tree5927938a6a03bbb79e1ed41576f27c7e0f604de2 /azure
parent3a5b22e3b5e5271fb5e336169a917de3e057b7fb (diff)
downloadphp-git-5a201ddad0cf655e1d07e720200ae425166d0a6d.tar.gz
Revert "Update libzip on macos"
This reverts commit 090bddb93488b6bcf411e970afe77d96f86f4ac8.
Diffstat (limited to 'azure')
-rw-r--r--azure/macos/brew.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/azure/macos/brew.yml b/azure/macos/brew.yml
index 02cb736d02..df4c5a532d 100644
--- a/azure/macos/brew.yml
+++ b/azure/macos/brew.yml
@@ -2,8 +2,6 @@ parameters:
packages: ''
steps:
- - script: brew update
- displayName: 'Update Homebrew'
- script: |
brew install pkg-config \
autoconf \
@@ -25,12 +23,11 @@ steps:
zlib \
t1lib \
gd \
+ libzip \
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'