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
0c435fe6
Commit
0c435fe6
authored
7 years ago
by
Jan Tattermusch
Browse files
Options
Downloads
Patches
Plain Diff
add more ruby artifact deps
parent
83dc5054
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
+7
-0
7 additions, 0 deletions
tools/internal_ci/macos/grpc_build_artifacts.sh
with
8 additions
and
1 deletion
tools/internal_ci/helper_scripts/prepare_build_macos_rc
+
1
−
1
View file @
0c435fe6
...
@@ -27,7 +27,7 @@ brew install gflags
...
@@ -27,7 +27,7 @@ brew install gflags
set
+ex
# rvm script is very verbose and exits with errorcode
set
+ex
# rvm script is very verbose and exits with errorcode
source
$HOME
/.rvm/scripts/rvm
source
$HOME
/.rvm/scripts/rvm
set
-e
# rvm commands are very verbose
set
-e
# rvm commands are very verbose
rvm
install
ruby-2.
3
rvm
install
ruby-2.
4
rvm osx-ssl-certs status all
rvm osx-ssl-certs status all
rvm osx-ssl-certs update all
rvm osx-ssl-certs update all
set
-ex
set
-ex
...
...
This diff is collapsed.
Click to expand it.
tools/internal_ci/macos/grpc_build_artifacts.sh
+
7
−
0
View file @
0c435fe6
...
@@ -37,5 +37,12 @@ npm install -g node-gyp
...
@@ -37,5 +37,12 @@ npm install -g node-gyp
curl
-O
http://pear.php.net/go-pear.phar
curl
-O
http://pear.php.net/go-pear.phar
sudo
php
-d
detect_unicode
=
0 go-pear.phar
sudo
php
-d
detect_unicode
=
0 go-pear.phar
# needed to build ruby artifacts
gem
install
rake-compiler
wget https://raw.githubusercontent.com/grpc/grpc/master/tools/distrib/build_ruby_environment_macos.sh
bash build_ruby_environment_macos.sh
gem
install
rubygems-update
update_rubygems
tools/run_tests/task_runner.py
-f
artifact macos
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