Merge pull request #12460 from kpayson64/attempt_bug_fix

Warm pip cache with libraries used by virtualenv
pull/12499/head
kpayson64 8 years ago committed by GitHub
commit 02a76f1bd0
  1. 1
      tools/internal_ci/helper_scripts/prepare_build_linux_rc

@ -26,6 +26,7 @@ sudo service docker restart
# Populate xdg-cache-home to workaround https://github.com/grpc/grpc/issues/11968
sudo mkdir -p /tmp/xdg-cache-home
PYTHONWARNINGS=ignore XDG_CACHE_HOME=/tmp/xdg-cache-home sudo -E pip install setuptools wheel
PYTHONWARNINGS=ignore XDG_CACHE_HOME=/tmp/xdg-cache-home sudo -E pip install coverage==4.4 pylint==1.6.5
# Download Docker images from DockerHub

Loading…
Cancel
Save