Commit 364060bb authored by Jisi Liu's avatar Jisi Liu Committed by GitHub

Merge pull request #3547 from matt-kwong/kokoro_mac_build

Remove pre-installed softwares from prebuild steps 
parents c44c3af2 e46caba1
......@@ -17,8 +17,10 @@ export CXX=g++
# Install Brew and core softwares
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
source $HOME/.rvm/scripts/rvm
brew tap homebrew/homebrew-php
brew install autoconf automake ccache cmake gflags gpg gpg2 libtool maven node pcre php56 ruby wget
brew uninstall node icu4c
brew install gflags gpg gpg2 node pcre php56 ruby
##
# Install Tox
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment