Pre-fetch Cocoapods master repo

pull/17948/head
Muxi Yan 6 years ago committed by Muxi Yan
parent cfc52beebc
commit 7e210fac5b
  1. 4
      tools/internal_ci/helper_scripts/prepare_build_macos_rc

@ -48,6 +48,10 @@ set -ex
# cocoapods
export LANG=en_US.UTF-8
# pre-fetch cocoapods master repo with HEAD 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
# python

Loading…
Cancel
Save