From 6f558c9508b1800cd9fe72ed91d8abb48864a30e Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Wed, 3 Jul 2019 02:14:12 +0200 Subject: Remove libtool and automake from azure installs These two deps are not needed to build PHP. --- azure/macos/brew.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'azure/macos') 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' -- cgit v1.2.1