aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/helper_scripts
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2017-06-29 16:00:45 +0200
committerGravatar GitHub <noreply@github.com>2017-06-29 16:00:45 +0200
commita410632b570a8717eb5f3c1f43eb84bf80e0aca9 (patch)
treeaa4afe41ed7defbf516bd15a8e7707cfe5b8460c /tools/internal_ci/helper_scripts
parentb047350e4b9d8fbbfa6c2a8842b1185f062ae487 (diff)
parentf53eb370560b797463ff571b384c66ef787d67dc (diff)
Merge pull request #11647 from jtattermusch/kokoro_python_green
Improvements to kokoro macos build
Diffstat (limited to 'tools/internal_ci/helper_scripts')
-rw-r--r--tools/internal_ci/helper_scripts/prepare_build_macos_rc12
1 files changed, 10 insertions, 2 deletions
diff --git a/tools/internal_ci/helper_scripts/prepare_build_macos_rc b/tools/internal_ci/helper_scripts/prepare_build_macos_rc
index 1dabeeb3de..6d9db5db47 100644
--- a/tools/internal_ci/helper_scripts/prepare_build_macos_rc
+++ b/tools/internal_ci/helper_scripts/prepare_build_macos_rc
@@ -15,6 +15,12 @@
# Source this rc script to prepare the environment for macos builds
+ulimit -n 1000
+
+# show current limits
+ulimit -a
+
+
# required to build protobuf
brew install gflags
@@ -35,9 +41,11 @@ pod repo update # needed by python
# python
brew install coreutils # we need grealpath
-#wget -q https://bootstrap.pypa.io/get-pip.py
-#sudo python get-pip.py
sudo pip install virtualenv
sudo pip install -U six tox setuptools
+# python 3.4
+wget https://www.python.org/ftp/python/3.4.4/python-3.4.4-macosx10.6.pkg
+sudo installer -pkg python-3.4.4-macosx10.6.pkg -target /
+
git submodule update --init