Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 4e2f5d8

Browse files
committed
Update Vagrant build procedure
1 parent b4a0426 commit 4e2f5d8

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

release/x86-linux/Vagrantfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ 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 gcc-4.8 g++-4.8 build-essential git git-svn python ruby ruby-dev
77-
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8
78-
sudo update-alternatives --config gcc
76+
sudo apt-get install -y build-essential git python ruby ruby-dev
7977
gem install bundler
8078
SHELL
8179
end

release/x86_64-linux/Vagrantfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ 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 gcc-4.8 g++-4.8 build-essential git git-svn python ruby ruby-dev
77-
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8
78-
sudo update-alternatives --config gcc
76+
sudo apt-get install -y build-essential git python ruby ruby-dev
7977
gem install bundler
8078
SHELL
8179
end

0 commit comments

Comments
 (0)