summaryrefslogtreecommitdiff
path: root/azure/macos
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-07-29 20:01:20 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-07-29 21:08:29 +0200
commit76c2bef9b020bc0816fdd6e488627b2e3a520161 (patch)
tree92d5e2972845f5dfb6af7ce4485b64b16f99e9d6 /azure/macos
parent3429370d69d8f2c7e244214ce11570bcf6fb2088 (diff)
downloadphp-git-76c2bef9b020bc0816fdd6e488627b2e3a520161.tar.gz
Don't explicitly install homebrew
It is already installed on azure, and this installation step is very unreliable lately.
Diffstat (limited to 'azure/macos')
-rw-r--r--azure/macos/brew.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/azure/macos/brew.yml b/azure/macos/brew.yml
index 36915969eb..df4c5a532d 100644
--- a/azure/macos/brew.yml
+++ b/azure/macos/brew.yml
@@ -3,9 +3,6 @@ parameters:
steps:
- script: |
- /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- displayName: 'Install Homebrew'
- - script: |
brew install pkg-config \
autoconf \
bison \