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
c250b048
Commit
c250b048
authored
7 years ago
by
Jan Tattermusch
Browse files
Options
Downloads
Patches
Plain Diff
add mac deps to build artifacts on kokoro
parent
a410632b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/internal_ci/helper_scripts/prepare_build_macos_rc
+1
-1
1 addition, 1 deletion
tools/internal_ci/helper_scripts/prepare_build_macos_rc
tools/internal_ci/macos/grpc_build_artifacts.sh
+19
-1
19 additions, 1 deletion
tools/internal_ci/macos/grpc_build_artifacts.sh
with
20 additions
and
2 deletions
tools/internal_ci/helper_scripts/prepare_build_macos_rc
+
1
−
1
View file @
c250b048
...
...
@@ -45,7 +45,7 @@ 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
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
/
git submodule update
--init
This diff is collapsed.
Click to expand it.
tools/internal_ci/macos/grpc_build_artifacts.sh
+
19
−
1
View file @
c250b048
...
...
@@ -18,6 +18,24 @@ set -ex
# change to grpc repo root
cd
$(
dirname
$0
)
/../../..
git submodule update
--init
source
tools/internal_ci/helper_scripts/prepare_build_macos_rc
# python 3.5
wget
-q
https://www.python.org/ftp/python/3.5.2/python-3.5.2-macosx10.6.pkg
sudo
installer
-pkg
python-3.5.2-macosx10.6.pkg
-target
/
# install cython for all python versions
python2.7
-m
pip
install
cython setuptools wheel
python3.4
-m
pip
install
cython setuptools wheel
python3.5
-m
pip
install
cython setuptools wheel
python3.6
-m
pip
install
cython setuptools wheel
# node-gyp (needed for node artifacts)
npm
install
-g
node-gyp
# php dependencies: pecl
curl
-O
http://pear.php.net/go-pear.phar
sudo
php
-d
detect_unicode
=
0 go-pear.phar
tools/run_tests/task_runner.py
-f
artifact macos
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