Skip to content

Commit 090bddb

Browse files
committed
Update libzip on macos
We need libzip 1.7.1, because libzip 1.7.0 is broken. Closes GH-5737.
1 parent ea3a317 commit 090bddb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure/macos/brew.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ parameters:
22
packages: ''
33

44
steps:
5+
- script: brew update
6+
displayName: 'Update Homebrew'
57
- script: |
68
brew install pkg-config \
79
autoconf \
@@ -23,11 +25,12 @@ steps:
2325
zlib \
2426
t1lib \
2527
gd \
26-
libzip \
2728
gmp \
2829
tidyp \
2930
libxml2 \
3031
libxslt \
3132
postgresql
33+
# Make sure we don't get broken libzip 1.7.0
34+
brew upgrade libzip
3235
brew link icu4c gettext --force
3336
displayName: 'Install Build Dependencies'

0 commit comments

Comments
 (0)