simplify macos artifact build script

pull/12779/head
Jan Tattermusch 8 years ago
parent 4c64dc9af8
commit 6bb6fd9d1b
  1. 3
      tools/internal_ci/macos/grpc_build_artifacts.sh

@ -27,8 +27,7 @@ python3.5 -m pip install cython setuptools wheel
python3.6 -m pip install cython setuptools wheel python3.6 -m pip install cython setuptools wheel
# needed to build ruby artifacts # needed to build ruby artifacts
wget https://raw.githubusercontent.com/grpc/grpc/master/tools/distrib/build_ruby_environment_macos.sh time bash tools/distrib/build_ruby_environment_macos.sh
bash build_ruby_environment_macos.sh
gem install rubygems-update gem install rubygems-update
update_rubygems update_rubygems

Loading…
Cancel
Save