Skip to content

Commit

Permalink
make build_all more robust
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flavorjones committed Dec 10, 2018
1 parent d4c546d commit dfb25f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build_all
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ fi

set -o errexit

# check that we have the latest jruby
rvm use jruby
rvm use ruby

rm -rf tmp pkg
bundle exec rake clean clobber

Expand All @@ -37,7 +41,7 @@ cp -v pkg/nokogiri*.gem gems
bundle exec rake clean clobber
bundle exec rake generate

rvm jruby
rvm use jruby
gem install bundler --conservative
bundle install --quiet --local || bundle install
bundle exec ruby -S rake gem
Expand Down

0 comments on commit dfb25f3

Please sign in to comment.