From 090bddb93488b6bcf411e970afe77d96f86f4ac8 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 18 Jun 2020 16:25:16 +0200 Subject: Update libzip on macos We need libzip 1.7.1, because libzip 1.7.0 is broken. Closes GH-5737. --- azure/macos/brew.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'azure/macos') diff --git a/azure/macos/brew.yml b/azure/macos/brew.yml index df4c5a532d..02cb736d02 100644 --- a/azure/macos/brew.yml +++ b/azure/macos/brew.yml @@ -2,6 +2,8 @@ parameters: packages: '' steps: + - script: brew update + displayName: 'Update Homebrew' - script: | brew install pkg-config \ autoconf \ @@ -23,11 +25,12 @@ 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' -- cgit v1.2.1