aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/macos/grpc_build_artifacts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/internal_ci/macos/grpc_build_artifacts.sh')
-rwxr-xr-xtools/internal_ci/macos/grpc_build_artifacts.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/internal_ci/macos/grpc_build_artifacts.sh b/tools/internal_ci/macos/grpc_build_artifacts.sh
index 3884a4f2e5..603c15f210 100755
--- a/tools/internal_ci/macos/grpc_build_artifacts.sh
+++ b/tools/internal_ci/macos/grpc_build_artifacts.sh
@@ -37,5 +37,12 @@ npm install -g node-gyp
curl -O http://pear.php.net/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