mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Update Vagrant build procedure
This commit is contained in:
parent
b4a0426880
commit
4e2f5d897a
2 changed files with 2 additions and 6 deletions
4
release/x86-linux/Vagrantfile
vendored
4
release/x86-linux/Vagrantfile
vendored
|
@ -73,9 +73,7 @@ Vagrant.configure(2) do |config|
|
|||
# documentation for more information about their specific syntax and use.
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y gcc-4.8 g++-4.8 build-essential git git-svn python ruby ruby-dev
|
||||
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8
|
||||
sudo update-alternatives --config gcc
|
||||
sudo apt-get install -y build-essential git python ruby ruby-dev
|
||||
gem install bundler
|
||||
SHELL
|
||||
end
|
||||
|
|
4
release/x86_64-linux/Vagrantfile
vendored
4
release/x86_64-linux/Vagrantfile
vendored
|
@ -73,9 +73,7 @@ Vagrant.configure(2) do |config|
|
|||
# documentation for more information about their specific syntax and use.
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y gcc-4.8 g++-4.8 build-essential git git-svn python ruby ruby-dev
|
||||
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8
|
||||
sudo update-alternatives --config gcc
|
||||
sudo apt-get install -y build-essential git python ruby ruby-dev
|
||||
gem install bundler
|
||||
SHELL
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue