]> granicus.if.org Git - php/commitdiff
Remove libtool and automake from azure installs
authorPeter Kokot <peterkokot@gmail.com>
Wed, 3 Jul 2019 00:14:12 +0000 (02:14 +0200)
committerJoe Watkins <krakjoe@php.net>
Wed, 3 Jul 2019 06:14:07 +0000 (08:14 +0200)
These two deps are not needed to build PHP.

azure/macos/brew.yml

index 5c0592086b3438002e93fa5723c3cc6380b297a1..36915969eb61d9f753b944ed9cf4b31c3fe24a3e 100644 (file)
@@ -8,8 +8,6 @@ steps:
   - script: |
       brew install pkg-config \
                    autoconf \
-                   automake \
-                   libtool \
                    bison \
                    re2c
     displayName: 'Install Build Tools'