summaryrefslogtreecommitdiff
path: root/azure/macos
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-07-03 08:14:19 +0200
committerJoe Watkins <krakjoe@php.net>2019-07-03 08:14:19 +0200
commit0baf81514a44ee4988384ffbe6e448781267001c (patch)
treeb4273b0693e4cd3dd29bfa27b03d6a066862601c /azure/macos
parentd9630aee7990e217a4ccbe837242d936be6ed20a (diff)
parent6f558c9508b1800cd9fe72ed91d8abb48864a30e (diff)
downloadphp-git-0baf81514a44ee4988384ffbe6e448781267001c.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Remove libtool and automake from azure installs
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'