Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
fd5eb241
Commit
fd5eb241
authored
7 years ago
by
Jan Tattermusch
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #11747 from jtattermusch/kokoro_objc_fix
Kokoro macos build fixes
parents
8e32b4dd
3d1103ae
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/internal_ci/helper_scripts/prepare_build_macos_rc
+10
-1
10 additions, 1 deletion
tools/internal_ci/helper_scripts/prepare_build_macos_rc
with
10 additions
and
1 deletion
tools/internal_ci/helper_scripts/prepare_build_macos_rc
+
10
−
1
View file @
fd5eb241
...
...
@@ -15,7 +15,12 @@
# Source this rc script to prepare the environment for macos builds
ulimit
-n
1000
sudo
launchctl limit maxfiles unlimited unlimited
# show current maxfiles
launchctl limit maxfiles
ulimit
-n
10000
# show current limits
ulimit
-a
...
...
@@ -37,6 +42,7 @@ gem install bundler
# cocoapods
export
LANG
=
en_US.UTF-8
gem
install
cocoapods
gem
install
xcpretty
pod repo update
# needed by python
# python
...
...
@@ -48,4 +54,7 @@ sudo pip install -U six tox setuptools
wget
-q
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
/
# set xcode version for Obj-C tests
sudo
xcode-select
-switch
/Applications/Xcode_8.2.1.app/Contents/Developer
git submodule update
--init
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment