Removing architecture commands, and updating the bundler gem.

pull/5097/head
Nicolas "Pixel" Noble 9 years ago
parent ff2e76e286
commit b9e66cd283
  1. 5
      tools/run_tests/build_artifact_ruby.sh

@ -55,10 +55,11 @@ if [ "$SYSTEM" == "Darwin" ] ; then
fi
set +ex
${SETARCH_CMD} bundle install
gem install bundle --update
bundle install
set -ex
${SETARCH_CMD} rake gem:native
rake gem:native
if [ "$SYSTEM" == "Darwin" ] ; then
rm pkg/`ls pkg/*.gem | grep -v darwin`

Loading…
Cancel
Save