summaryrefslogtreecommitdiff
path: root/azure/macos
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-03 02:14:12 +0200
committerJoe Watkins <krakjoe@php.net>2019-07-03 08:14:07 +0200
commit6f558c9508b1800cd9fe72ed91d8abb48864a30e (patch)
tree8b1d421c4528e7db56f92fc9ada2bffeec24e3fd /azure/macos
parent16df718251cac201e956dee35af8d96f548395e6 (diff)
downloadphp-git-6f558c9508b1800cd9fe72ed91d8abb48864a30e.tar.gz
Remove libtool and automake from azure installs
These two deps are not needed to build PHP.
Diffstat (limited to 'azure/macos')
-rw-r--r--azure/macos/brew.yml2
1 files changed, 0 insertions, 2 deletions
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'