From b9e66cd283b5ec6b4cdaee6c0146f91c6c1e5387 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" <pixel@nobis-crew.org> Date: Sat, 6 Feb 2016 06:24:16 +0100 Subject: [PATCH] Removing architecture commands, and updating the bundler gem. --- tools/run_tests/build_artifact_ruby.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/run_tests/build_artifact_ruby.sh b/tools/run_tests/build_artifact_ruby.sh index 21daee7351..10fc997a83 100755 --- a/tools/run_tests/build_artifact_ruby.sh +++ b/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` -- GitLab