This repository was archived by the owner on Dec 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ namespace :build do
6363 sh "vagrant ssh -c 'cd ~/libv8 && bundle install --path vendor/bundle'"
6464 sh "vagrant ssh -c 'cd ~/libv8 && bundle exec rake binary'"
6565 sh "vagrant ssh -c 'cp ~/libv8/pkg/*.gem /vagrant'"
66+ sh "vagrant destroy"
6667 end
6768 end
6869 end
Original file line number Diff line number Diff line change @@ -73,7 +73,12 @@ Vagrant.configure(2) do |config|
7373 # documentation for more information about their specific syntax and use.
7474 config . vm . provision "shell" , inline : <<-SHELL
7575 sudo apt-get update
76- sudo apt-get install -y build-essential git python ruby ruby-dev
77- gem install bundler
76+ sudo apt-get install -y software-properties-common
77+ sudo apt-add-repository ppa:brightbox/ruby-ng
78+ sudo apt-get update
79+ sudo apt-get dist-upgrade -y
80+ sudo apt-get install -y build-essential git ruby-switch ruby2.3 ruby2.3-dev
81+ sudo ruby-switch --set ruby2.3
82+ sudo gem install bundler
7883 SHELL
7984end
Original file line number Diff line number Diff line change @@ -73,7 +73,12 @@ Vagrant.configure(2) do |config|
7373 # documentation for more information about their specific syntax and use.
7474 config . vm . provision "shell" , inline : <<-SHELL
7575 sudo apt-get update
76- sudo apt-get install -y build-essential git python ruby ruby-dev
77- gem install bundler
76+ sudo apt-get install -y software-properties-common
77+ sudo apt-add-repository ppa:brightbox/ruby-ng
78+ sudo apt-get update
79+ sudo apt-get dist-upgrade -y
80+ sudo apt-get install -y build-essential git ruby-switch ruby2.3 ruby2.3-dev
81+ sudo ruby-switch --set ruby2.3
82+ sudo gem install bundler
7883 SHELL
7984end
You can’t perform that action at this time.
0 commit comments