From: Peter Kokot Date: Wed, 3 Jul 2019 00:14:12 +0000 (+0200) Subject: Remove libtool and automake from azure installs X-Git-Tag: php-7.4.0alpha3~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f558c9508b1800cd9fe72ed91d8abb48864a30e;p=php Remove libtool and automake from azure installs These two deps are not needed to build PHP. --- diff --git a/azure/macos/brew.yml b/azure/macos/brew.yml index 5c0592086b..36915969eb 100644 --- a/azure/macos/brew.yml +++ b/azure/macos/brew.yml @@ -8,8 +8,6 @@ steps: - script: | brew install pkg-config \ autoconf \ - automake \ - libtool \ bison \ re2c displayName: 'Install Build Tools'