From b7dce2dbc9845cd0009855c905d86219242df637 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Thu, 2 Feb 2017 09:59:26 -0800 Subject: wrap all bundle install commands outside docker with check for mac workaround --- tools/run_tests/artifacts/build_artifact_ruby.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'tools/run_tests/artifacts/build_artifact_ruby.sh') diff --git a/tools/run_tests/artifacts/build_artifact_ruby.sh b/tools/run_tests/artifacts/build_artifact_ruby.sh index 16266a9230..ca461ba561 100755 --- a/tools/run_tests/artifacts/build_artifact_ruby.sh +++ b/tools/run_tests/artifacts/build_artifact_ruby.sh @@ -53,13 +53,7 @@ set +ex rvm use default gem install bundler --update -if [ "$SYSTEM" == "Darwin" ] ; then - # Workaround for crash during bundle install - # See suggestion in https://github.com/bundler/bundler/issues/3692 - BUNDLE_SPECIFIC_PLATFORM=true bundle install -else - bundle install -fi +tools/run_tests/helper_scripts/bundle_install_wrapper.sh set -ex -- cgit v1.2.3