]> granicus.if.org Git - php/commitdiff
Revert "Update libzip on macos"
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 8 Sep 2020 07:51:55 +0000 (09:51 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 8 Sep 2020 08:27:54 +0000 (10:27 +0200)
This reverts commit 090bddb93488b6bcf411e970afe77d96f86f4ac8.

azure/macos/brew.yml

index 02cb736d0262ea11e03f5c6cc6417fab2863e1a6..df4c5a532d740a89682837798f0ec97678afbd9e 100644 (file)
@@ -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'