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
d6b6f9f9
Commit
d6b6f9f9
authored
7 years ago
by
Jan Tattermusch
Browse files
Options
Downloads
Patches
Plain Diff
install ruby in rc script
parent
ea20cafb
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
+18
-2
18 additions, 2 deletions
tools/internal_ci/helper_scripts/prepare_build_macos_rc
with
18 additions
and
2 deletions
tools/internal_ci/helper_scripts/prepare_build_macos_rc
+
18
−
2
View file @
d6b6f9f9
...
@@ -21,8 +21,24 @@
...
@@ -21,8 +21,24 @@
yes
| ruby
-e
"
$(
curl
-fsSL
https://raw.githubusercontent.com/Homebrew/install/master/install
)
"
yes
| ruby
-e
"
$(
curl
-fsSL
https://raw.githubusercontent.com/Homebrew/install/master/install
)
"
brew
install
autoconf automake libtool ccache cmake gflags gpg wget
brew
install
autoconf automake libtool ccache cmake gflags gpg wget
# TODO(jtattermusch): install rvm & ruby
# TODO(jtattermusch): hkp://keys.gnupg.net fails with "No route to host"
# TODO(jtattermusch): install cocoapods
gpg
--keyserver
hkp://193.164.133.100
--recv-keys
409B6B1796C275462A1703113804BB82D39DC0E3
curl
-sSL
https://get.rvm.io |
sudo
bash
-s
stable
# add ourselves to rvm group to prevent later "access denied" errors.
sudo
dseditgroup
-o
edit
-a
`
whoami
`
-t
user rvm
set
+ex
source
/etc/profile.d/rvm.sh
rvm
install
ruby-2.3
gem
install
bundler
rvm osx-ssl-certs status all
rvm osx-ssl-certs update all
set
-ex
# cocoapods
gem
install
cocoapods
--version
1.0.0
# python
# python
wget
-q
https://bootstrap.pypa.io/get-pip.py
wget
-q
https://bootstrap.pypa.io/get-pip.py
...
...
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