pull/17948/head
Muxi Yan 6 years ago
parent 7e210fac5b
commit dc8bac54ad
  1. 6
      tools/internal_ci/helper_scripts/prepare_build_macos_rc

@ -48,11 +48,9 @@ set -ex
# cocoapods
export LANG=en_US.UTF-8
# pre-fetch cocoapods master repo with HEAD only
# pre-fetch cocoapods master repo's most recent commit only
mkdir -p ~/.cocoapods/repos
git clone --depth 1 https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master
time pod repo update # needed by python
time git clone --depth 1 https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master
# python
time pip install virtualenv --user python

Loading…
Cancel
Save