Skip to content
Snippets Groups Projects
Commit 0c435fe6 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

add more ruby artifact deps

parent 83dc5054
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment