1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00

update binary builders

This commit is contained in:
Charles Lowell 2015-07-03 15:35:14 -05:00
parent 4df4f19e2a
commit 7192977500

View file

@ -57,9 +57,9 @@ namespace :build do
arch_dir = Pathname(__FILE__).dirname.join("release/#{arch}")
Dir.chdir(arch_dir) do
sh "vagrant up"
sh "vagrant ssh -c 'cd /vagrant && rm -rf libv8 && git clone /libv8/.git libv8'"
sh "vagrant ssh -c 'cd /vagrant && rm -rf libv8 && git clone --recursive /libv8/.git libv8'"
sh "vagrant ssh -c 'cd /vagrant/libv8 && bundle install --path vendor/bundle'"
sh "vagrant ssh -c 'cd /vagrant/libv8 && bundle exec rake checkout binary'"
sh "vagrant ssh -c 'cd /vagrant/libv8 && bundle exec rake binary'"
sh "vagrant ssh -c 'cp /vagrant/libv8/pkg/*.gem /vagrant'"
end
end